摘要: 1、示例 匹配网址url function IsURL(str_url){ var strRegex = "^((https|http|ftp|rtsp|mms)?://)" + "?(([0-9a-z_!~*'().&=+$%-]+: )?[0-9a-z_!~*'().&=+$%-]+@)?" / 阅读全文
posted @ 2017-11-10 17:31 小时光 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 谷歌浏览器中的效果: 阅读全文
posted @ 2017-11-10 17:17 小时光 阅读(12015) 评论(0) 推荐(0) 编辑
摘要: 示例——瀑布流 <div class="view"> <div class="item"> ![](xx) </div> </div> <style> .view{ column-count: 2; // 设置显示2列 column-gap: 2px; //设置或检索对象的列与列之间的间隙为2px 阅读全文
posted @ 2017-11-10 17:06 小时光 阅读(5289) 评论(0) 推荐(0) 编辑