This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
This article describes versions of Microsoft XML Core Services (MSXML) that are available or installed by products or software updates. Original product version: XML Core Services Original KB number: 269238 Summary This article lists the version numbers of MSXML or the XML parser. Different versions of MSXML are included with various products, such as Windows, Internet Explorer, Office, and SQ
バッチのまとめTOPへ コマンドプロンプトを,Webブラウザとして使う。 バッチファイルから WebサイトにGETリクエストを発行し, Webサイトが返すレスポンスに,最低限の「レンダリング」を施す。 という事を行なう。 (1)バッチでWebサイトと通信する第一歩 まずは,インターネット上のサイトから,単純にHTMLソースをそのまま取得してみる。 下記のコードをyahoo.jsとして保存し,ダブルクリックするだけ。 // 非同期通信 var xhr = WScript.CreateObject("MSXML2.XMLHTTP"); xhr.open("GET", "http://www.yahoo.co.jp/"); xhr.send(); while( true ) { WScript.Sleep(100); if( xhr.readystate == 4 ) { // HTMLを表示
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く