'猿教程'
;
通过ID或者元素先获取DOM对象
var thisDom=document.getElementById('id');
添加属性 :thisDom.setAttribute('name','value');
获取属性值:thisDom.getAttribute('name');
删除属性 :thisDom.removeAttribute('name');
本文为翻滚的胖子原创文章,转载无需和我联系,但请注明来自猿教程iskeys.com
【支付宝红包】支付宝花呗大红包超大力度 【apicloud】如何打包安卓等级28版本包 【apicloud】自动监听APP权限是否开启 【apicloud】关于如何打包安卓APILevel>26的包