赞
踩
注意:不要用let url=require("url");url.parse();已失效。要用new URL()
let { origin,pathname } = new URL(item)
// decodeURIComponent()函数将中文乱码转为中文
arr_pathname.push(origin +decodeURIComponent(pathname))
直接使用new URL(url)
解析效果:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。