url参数解析 and 日期格式化
摘要:~function (pro) { //url解析 function queryURLParameter() { var reg = /([^?&=#]+)=([^?&=#]+)/g, obj = {}; this.replace(reg, function () { obj[arguments[1]...
阅读全文
posted @ 2019-01-18 17:03
posted @ 2019-01-18 17:03