标签:width 定义 ril margin top struct obj inner dex
<div style="width:200px;height:300px;"></div>
<style>选择器{key:value}</style>
<link rel="stylesheet" href="css/index.css"/>
内嵌:在开发过程中,建议把script放在body底部;如果非要把script标签对,放在head里面的话;需要加window.onload
window.onload=function(){
document.body.innerHTML=‘XXXXXX‘;
}
<div onclick="xxxx" onmouseover="xxxx"></div>
<script src="01.js"></script>
ary instanceof Array
判断这个实例是否属于某个类ary.constructor
可以打印出对象所属的类标签:width 定义 ril margin top struct obj inner dex
原文地址:http://www.cnblogs.com/amag/p/7143448.html