2015年6月16日
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-06-16 21:32 toodeep 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 1、querySelector和querySelectorAll 这两个方法类似于jquery的选择器document.querySelector('.box') document.querySelectorAll('.box')前者只能选择一组中的第一个,后者选择一组元素。2、getElement... 阅读全文
posted @ 2015-06-16 21:06 toodeep 阅读(421) 评论(0) 推荐(0) 编辑