挺好的,已跟着敲了一多半,给老师点个赞。
就是这个地方:
var SquareFactory = function(){
}
SquareFactory.prototype.make=function(index,dir){......
老师写在里面,我写在里面不行,让我拿出来了,希望给学习的小伙伴借鉴
就是这个地方:
var SquareFactory = function(){
}
SquareFactory.prototype.make=function(index,dir){......
老师写在里面,我写在里面不行,让我拿出来了,希望给学习的小伙伴借鉴
2017-12-15
建模的思想就是把200x400的大div分成200个20x20的小div,然后用坐标去控制。发现老师好像把x,y搞反了,有点小难受...
2017-11-22