晓霜

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

06 2016 档案

摘要:<script type="text/javascript"> function test(){ var array=[1,20,4,18,7,3]; var temp=0; document.writeln("排序前:"+array+"</br>"); for(var i=0;i<array.le 阅读全文
posted @ 2016-06-20 11:14 晓霜 阅读(138) 评论(0) 推荐(0)

摘要:结点类型 Document 文档节点 整个文档(window.document)DocumentType 文档类型节点 文档的类型(比如<!DOCTYPE html>)Element 元素节点 HTML元素(比如<body>、<a>等)Attribute 属性节点 HTML元素的属性(比如class 阅读全文
posted @ 2016-06-12 11:15 晓霜 阅读(150) 评论(0) 推荐(0)