関連タグで絞り込む (8)
zipcode
タグ
HTMLまで含めたsourceはこんな感じです。 <script> function Yubin2JSONP(root){ this.root = root; this.parse = function(yubin){ if (! yubin.match(/[0-9]{7}/) ) return; var yubin3 = yubin.substr(0,3); var script = document.createElement('script');... 続きを読む blog.livedoor.jp:dankogai コンピュータ・IT
HTMLまで含めたsourceはこんな感じです。 <script> function Yubin2JSONP(root){ this.root = root; this.parse = function(yubin){ if (! yubin.match(/[0-9]{7}/) ) return; var yubin3 = yubin.substr(0,3); var script = document.createElement('script');... 続きを読む