摘要:
//重写trim方法if(!String.prototype.trim){ String.prototype.trim = function(){ return this.replace(/^\s+/,"").replace(/\s+$/,""); }} //写fntri... 阅读全文
posted @ 2015-10-13 10:31
猴--进化失败的程序猿
阅读(2936)
评论(0)
推荐(0)
摘要:
html: aaaa aaaa 1、负外补丁和正内补丁{margin-bottom:-(num)px;padding-bottom:(num)px;}相结合#container{ width:500px; margin:10p... 阅读全文
posted @ 2015-10-13 09:44
猴--进化失败的程序猿
阅读(2574)
评论(0)
推荐(0)