js动态修改TD单元格的colspan属性值
$(document).ready(function(){
?? ? ? ?$(".scale_td").attr("colSpan",16); //注意大小写
})