07 2018 档案

摘要:var face ={'[哈哈]':'<img src="images/face/haha.gif" alt="" />','[流汗]':'<img src="images/face/liuhan.gif" alt="" />'}var reg = /\[.+?\]/g; var str = '[哈 阅读全文
posted @ 2018-07-31 11:26 看看时间 阅读(635) 评论(0) 推荐(0)
摘要:第一个页面跳转传参 window.location.href='aa.html?id='+id 第二个页面获取参数id split()把字符串变成数组 window.location.href.split('=')[1] a标签传汉字 window.location.href='aa.html?id 阅读全文
posted @ 2018-07-23 18:02 看看时间 阅读(288) 评论(0) 推荐(0)
摘要:<ul> <template v-if="true"> <li v-for="st in sth">{{st}}</li> </template> <li v-else>sdfsdfs</li> </ul> 阅读全文
posted @ 2018-07-13 16:22 看看时间 阅读(225) 评论(0) 推荐(0)
摘要:div::-webkit-scrollbar{width:14px;}//滚动条宽度的大小 div::-webkit-scrollbar-track{background-color:#bee1eb;}//滚动条背景颜色改变 div::-webkit-scrollbar-thumb{backgrou 阅读全文
posted @ 2018-07-13 14:09 看看时间 阅读(116) 评论(0) 推荐(0)