摘要: // 函数方法 function GetQueryString(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)","i"); var r = window.location.search.substr(1).match(reg); if (r!=null) return (decodeURI... 阅读全文
posted @ 2018-12-12 10:28 小城市的故事 阅读(163) 评论(0) 推荐(0)
摘要: 配置less编译 阅读全文
posted @ 2018-12-12 10:13 小城市的故事 阅读(119) 评论(0) 推荐(0)
Document