jQuery隔行变色与普通JS写法的对比_jquery
来源:懂视网
责编:小采
时间:2020-11-27 21:08:48
jQuery隔行变色与普通JS写法的对比_jquery
jQuery隔行变色与普通JS写法的对比_jquery: 代码如下: body { font-size:12px;text-align:center; } #tbStu { width:260px;border:1px solid #666;background-color:#eee; } #tbStu tr { line-height:23px; } #tbStu tr th { background-c
导读jQuery隔行变色与普通JS写法的对比_jquery: 代码如下: body { font-size:12px;text-align:center; } #tbStu { width:260px;border:1px solid #666;background-color:#eee; } #tbStu tr { line-height:23px; } #tbStu tr th { background-c

代码如下:
jQuery隔行变色与普通JS写法的对比_jquery
jQuery隔行变色与普通JS写法的对比_jquery: 代码如下: body { font-size:12px;text-align:center; } #tbStu { width:260px;border:1px solid #666;background-color:#eee; } #tbStu tr { line-height:23px; } #tbStu tr th { background-c