設定ファイルを読み込むためにjsを使って書いたプログラム
D:Useful StuffJavascriptmytest.txt
ファイルの内容は以下の通り
[plugin_page_search]
wholeword=0
matchcase=1
hightlight=1
total =1
[データ]
up=85
down=5
var fso = new ActiveXObject("Scripting.FileSystemObject");
var f = fso.OpenTextFile("D:\Useful Stuff\ Javascript\mytest.txt",1);
var s = "";
while (!f.AtEndOfStream)
{
s = f.ReadLine();
}
f.Close();
function getINI(item,key)
{
new RegExp("\[" item "\](. )").exec(s); 🎜>var str=RegExp.$1;
var reg2=/(w )=(d )/;
var keyValue={}; ){
keyValue[b]=c ;
});
return keyValue[key]
}
alert("data","up"); >alert(getINI("plugin_page_search","ハイライト "));