URL () 构造函数返回一个新创建的URL 对象,表示由一组参数定义的URL。 ... let m = 'https://developer.mozilla.org'; let a = new URL("/", m); ...
確定! 回上一頁