也没有特意留意这个,昨天群里看到就转载保存下。
import console;
//自动检测文本编码示例:
import com.interface.IMultiLanguage2;
var multiLanguage = com.interface.IMultiLanguage2.Create();
var str = string.load("D:\1.txt");
console.log(str);
var codepage = multiLanguage.detectInputCodepageEx(str);
console.log(codepage);
console.pause(true);