摘要: js //解析URL function parseURL(url) { var a = document.createElement('a'); a.href = url; return { source: url, protocol: a.protocol.replace(':',''), hos 阅读全文
posted @ 2019-11-02 11:08 十年后2028 阅读(129) 评论(0) 推荐(0)