摘要: //打印对象function writeObj(obj){ var description = ""; for(var i in obj){ var property=obj[i]; description+=i+" = "+property+... 阅读全文
posted @ 2015-05-26 15:06 IT树 阅读(144) 评论(0) 推荐(0)
摘要: min-height: 1100px;//自己适用整长width:expression(document.body.clientWidth 相应的css为 #IamFloat{ float:left; margin:5px;/*IE下理解为10px*/ display:inline;/*IE下再理... 阅读全文
posted @ 2015-05-26 09:54 IT树 阅读(260) 评论(0) 推荐(0)