是否可以在 Windows Phone 上使用它?
var fsObj = new ActiveXObject("Scripting.FileSystemObject");
var theFile = fsObj.CreateTextFile("c:\\giantco.txt", true);
theFile.WriteLine(theData);
theFile.Close();
我知道可能没有c:\
- WP7 和 iPhone 是否有替代方案?
干杯!
是否可以在 Windows Phone 上使用它?
var fsObj = new ActiveXObject("Scripting.FileSystemObject");
var theFile = fsObj.CreateTextFile("c:\\giantco.txt", true);
theFile.WriteLine(theData);
theFile.Close();
我知道可能没有c:\
- WP7 和 iPhone 是否有替代方案?
干杯!