//URLをとる
new URL(“http://test.co.jp/aaa”).getHost();
→http://test.co.jp/
new URL(“http://test.co.jp/aaa”).getPath();
→aaa
//URLをとる
new URL(“http://test.co.jp/aaa”).getHost();
→http://test.co.jp/
new URL(“http://test.co.jp/aaa”).getPath();
→aaa