問題タブ [jscript-10]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
834 参照

javascript - IE10 は JScript 10.0 を使用しますか

ウィキペディアによると、IE10 は JScript 10 を使用します。

JScript 10には、EcmaScript 5 に対する新しい独自の拡張機能が多数含まれているようです。

IE10 の EcmaScript エンジン (10) のバージョンは JScript 10.0 に関連していますか?

IE10 は、厳密な型付けなどの独自の拡張機能を大量に導入しますか?

0 投票する
2 に答える
7545 参照

javascript - Jscript ReadLine() related

Can any one please tell me that we use ReadLine() to read a particular line from a file (.txt). Now I want to read the total content of the file (not only the first line). For that what method I need to use. I googled a lot but I cant get the solution.

My Code is given below:

This is returning the first line of the .txt file by importTXT variable. Now I want to get the total file content in importTXT.

Any suggestion will be very much helpful for me.

0 投票する
1 に答える
703 参照

jscript - Microsoft JSCRIPT のセミコロンを置き換える

Microsoft JSCRIPTの文字列からセミコロンを削除する必要があります。

文字列 Test からセミコロンを削除する必要があります。しかし、それはエラーを投げています。「;」を削除するには、次の2つの方法を使用しています 文字列から

助けていただければ幸いです

ありがとう