js控制css时注意

font-size:10px--------e.style.fontSize="10px "

属性名:font-size--------fontSize;
属性值:10px--------"10px"(字符串);
冒号(:)边等号(=);

定位属性:left:300px--------e.style.left="300px "||e.style.left=topMargin+"px "

火狐:-moz-
谷歌;-webkit-
IE :-ms-

上一篇:Code Chef April Cook-Off 2019题解


下一篇:[maven] introduction to the standard directory layout