flbtn.onclick = function() {
image2.style["cssFloat" in this.style? "cssFloat": "styleFloat"] = "left";
};
}
其中的“cssFloat” "styleFloat"是什么意思??中括号里面是不是三目运算??能不能讲解下style[]的用法?/?
3-3这节的最后代码有点不明白
希望老师解释下
就是样式类,是三目运算,style[]后面的这个中括号就是style.的写法,不过更加强大,希望能帮助你。。。