タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

snippetとtipsに関するsecondlifeのブックマーク (1)

  • Miscellaneous - Code snippets | MDN

    このページは、小さく、見ればすぐわかるようなコード片を載せています。 ウェブページをローカルファイルに保存する 次のコードはユーザにファイル名を入力するように聞いてきませんが、それは ファイルピッカーコンポーネント を使用することで可能です。 var file = Components.classes["@mozilla.org/file/local;1"].createInstance(Components.interfaces.nsILocalFile); file.initWithPath("C:\\filename.html"); var wbp = Components.classes['@mozilla.org/embedding/browser/nsWebBrowserPersist;1'] .createInstance(Components.interfaces.nsIW

    Miscellaneous - Code snippets | MDN
  • 1