摘要: body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul,ol, li,pre,form, fieldset, legend, button, input, textarea,th, td { margin: 0; padding: 0; } body,button, input, select, textarea { ... 阅读全文
posted @ 2017-01-06 15:27 asimpleday 阅读(227) 评论(0) 推荐(0) 编辑
摘要: $(function () { var i = 3; var intervalid; intervalid = setInterval(function () { if (i == 0) { clearInterval(intervalid); window.l... 阅读全文
posted @ 2017-01-06 15:21 asimpleday 阅读(187) 评论(0) 推荐(0) 编辑
摘要: var a="13788904219"; var b=a.substring(0,3)+"****"+a.substring(7,11); console.log(b); //137****4219 阅读全文
posted @ 2017-01-06 15:16 asimpleday 阅读(115) 评论(0) 推荐(0) 编辑