ホームページ >バックエンド開発 >PHPチュートリアル >12 class=month、jqを使用せずにCSSで現在の月のスタイルを変更する方法
然后css里面写.month[value ="1"]{
css样式}
出来了 写大家
var i = 0;
document.getElementsByTagName("tbody")[n].childNode("td").each(function(){
++i;
if (i == currentMonth) {
this.css 加上
}
else {
this.css 干掉
}
});
好久没用js忘记具体的写法了