摘要: 一、属性操作 // JavaScript: Dom.hasAttribute('attrName'); //是否有指定属性 Dom.hasAttributes(); //是否有属性 Dom.getAttribute('key') //获取属性 Dom.setAttribute('key','valu 阅读全文
posted @ 2019-04-23 00:18 yangchin9 阅读(284) 评论(0) 推荐(0) 编辑