nodejs文档中讲url模块的一段
const { URL } = require('url');
const myURL =
new URL('https://user:pass@sub.host.com:8080/p/a/t/h?query=string#hash');
{URL}这种声明方式具体是什么意思呢?有没有文档之类的
相关分类