批量修改标签css样式以input标签为例

2019-12-21,,,

$("input[style]").each(function(){
        $(this).css("border-width","1");
        $(this).css("background-color","#A9A9A9");
    }); 

《批量修改标签css样式以input标签为例.doc》

下载本文的Word格式文档,以方便收藏与打印。