工具类 ,无需再存localstorage
摘要:/** * 工具类 */var Utils = { /** * 获得查询参数 */ getQueryString: function(name) { var search = location.search; if(!search) { return null; } var reg = new Re
阅读全文
posted @ 2017-11-28 14:37
posted @ 2017-11-28 14:37
posted @ 2017-11-24 18:19
posted @ 2017-11-20 12:24
posted @ 2017-11-16 14:56
posted @ 2017-11-11 11:10