会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
$雨$
记录点滴知识!!!
博客园
首页
新随笔
联系
订阅
管理
js自定义属性:
js自定义属性:
var
testEle = document.getElementById(
"test"
)
testEle.setAttribute(
"test"
,
"aaa"
);
// 设置
testEle.attributes[
"test"
].nodeValue;
// 获得
posted @
2011-08-03 17:51
$雨$
阅读(
249
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部
公告