首页 > 代码库 > 解析链接部分

解析链接部分

边function parseURL(url) {    var a =  document.createElement(‘a‘);    a.href = http://www.mamicode.com/url;>

解析链接部分