聚合全网技术文章,根据你的阅读喜好进行个性推荐
开源之夏第三届火热来袭,高校学生参与赢万元奖金!>>>
比如
var a=$('#id').get(0);
a.id='haha';和
a.setAttribute('id','haha');
有什么区别的,除了class、float关键字问题?
DOM的attribute和property