我用下面这个
可是总是不对
设置不上
难道不能这么设?
求教
====
var temp=100
$(“#div01”).css("left",temp);
$(“#div01”).css("top",temp);
====
$(“#div01”).css({position: "absolute"});
我写了
而且
如果用
$(“#div01”).css("left",100);
$(“#div01”).css("top",100);
就好用
该怎么使用变量的值呢?
阿晨1998
相关分类