摘要: 客户端解析URL的工具函数(来自网络),用起来很不错: function parseURL(url) { var a = document.createElement('a'); a.href = url; return { source: url, protocol: a.protocol.rep 阅读全文
posted @ 2016-07-01 10:09 hongweigg 阅读(56) 评论(0) 推荐(0)