以下の内容はhttps://blog.tottokug.com/entry/20131107/1383791671より取得しました。


JavaScriptで次のページを読みに行く

Scrapingの過程で次のページに遷移したいとき

var client = e.createMitsubachiClient();
var request = new Mitsubachi.HttpFetchRequest();
// 遷移先のURLを指定。 ハードコーディングじゃなくその場で取得したURLももちろん可能
request.setUrl("http://example.com/foo/bar/index?hoge=fuga");
// 遷移先のパージをscrapingするスクリプト
request.setScriptName('example.js');
client.httpFetch(request);

公式のドキュメントに載ってない。
http://docs.mushikago.org/mitsubachi/scripting/javascript/index.html




以上の内容はhttps://blog.tottokug.com/entry/20131107/1383791671より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14