专题文章
时长:00:00更新时间:2020-11-27 20:47:55
javascriptcssstyleFloat和cssFloat_javascript技巧:下面是兼容性代码 代码如下: LTFunction.setFloatStyle=function(obj,style) { var sty=obj.style; if('cssFloat' in sty){ obj.style.cssFloat=style; }else if('styleFloat' in sty){ obj.style.st
查看详情