const url = new URL('http://example.com/path/index.html'); url.href; // => 'http://example.com/path/index.html' ... readonly origin: USVString;
確定! 回上一頁