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