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}这种声明方式具体是什么意思呢?有没有文档之类的
添加回答
举报
0/150
提交
取消