{"id":4112,"date":"2012-04-16T00:54:09","date_gmt":"2012-04-15T15:54:09","guid":{"rendered":"http:\/\/rentan.org\/blog\/?p=4112"},"modified":"2012-04-16T00:54:09","modified_gmt":"2012-04-15T15:54:09","slug":"dmonkey-url-expand","status":"publish","type":"post","link":"https:\/\/rentan.org\/blog\/2012\/04\/16\/dmonkey-url-expand\/","title":{"rendered":"DMonkey: URL.expand()"},"content":{"rendered":"<p>URL \u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e expand() \u30e1\u30bd\u30c3\u30c9\u306e\u6319\u52d5\u3092\u8abf\u3079\u3066\u307f\u307e\u3057\u305f\u3002<\/p>\n<div class=\"prog_code javascript\">\n<code>var u = 'http:\/\/example.com\/dir\/file?foo=123';<\/p>\n<p>alert ((new URL (u)).expand ('abc'));<br \/>\n\/\/ http:\/\/example.com\/dir\/abc<\/p>\n<p>alert ((new URL (u)).expand ('abc;def'));<br \/>\n\/\/ http:\/\/example.com\/dir\/abc<\/p>\n<p>alert ((new URL (u)).expand ('?bar=456'));<br \/>\n\/\/ http:\/\/example.com\/dir\/?bar=456<\/p>\n<p>alert ((new URL (u)).expand ('\/'));<br \/>\n\/\/ http:\/\/example.com\/<\/p>\n<p>alert ((new URL (u)).expand ('.\/'));<br \/>\n\/\/ http:\/\/example.com\/dir\/<\/p>\n<p>alert ((new URL (u)).expand ('..\/'));<br \/>\n\/\/ http:\/\/example.com\/<\/p>\n<p>alert ((new URL (u)).expand ('http:\/\/example.jp\/'));<br \/>\n\/\/ http:\/\/example.jp\/<\/p>\n<p>alert ((new URL (u)).expand ('\/\/example.jp\/'));<br \/>\n\/\/ http:\/\/example.com\/\/example.jp\/<\/code>\n<\/div>\n<ul>\n<li>\u5f15\u6570\u306e ; \u4ee5\u964d\u304c\u524a\u9664\u3055\u308c\u308b\u3002<\/li>\n<li>\u5f15\u6570\u304c ? \u304b\u3089\u306f\u3058\u307e\u308b\u3068\uff08query \u306e\u307f\uff09\u3001filename \u304c\u7a7a\u3068\u3057\u3066\u89e3\u91c8\u3055\u308c\u308b\u3002<\/li>\n<li>\u5f15\u6570\u304c \/\/ \u304b\u3089\u306f\u3058\u307e\u308b\u3068\uff08net_path\uff09\u3001\u7d76\u5bfe\u30d1\u30b9\uff08abs_path\uff09\u3068\u3057\u3066\u89e3\u91c8\u3055\u308c\u308b\u3002<\/li>\n<\/ul>\n<p>HTML \u30da\u30fc\u30b8\u5185\u306e\u76f8\u5bfe URL \u3092\u7d76\u5bfe URL \u306b\u6574\u5f62\u3059\u308b\u306e\u306b\u4f7f\u3048\u308c\u3070\u3068\u601d\u3063\u3066\u3044\u305f\u306e\u3067\u3059\u304c\u3001\u81ea\u524d\u3067\u66f8\u304f\u3057\u304b\u306a\u3044\u3088\u3046\u3067\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>URL \u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e expand() \u30e1\u30bd\u30c3\u30c9\u306e\u6319\u52d5\u3092\u8abf\u3079\u3066\u307f\u307e\u3057\u305f\u3002 var u = 'http:\/\/example.com\/dir\/file?foo=123'; alert ((new URL (u)).expa [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[640],"tags":[],"class_list":["post-4112","post","type-post","status-publish","format-standard","hentry","category-irvine"],"_links":{"self":[{"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/posts\/4112","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/comments?post=4112"}],"version-history":[{"count":2,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/posts\/4112\/revisions"}],"predecessor-version":[{"id":4114,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/posts\/4112\/revisions\/4114"}],"wp:attachment":[{"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/media?parent=4112"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/categories?post=4112"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/tags?post=4112"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}