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