摘要:
var console = { log: function (txt) { WScript.Echo(txt); } }; var TextStream = function () { this.handle = null; this.create = function (filename, ove 阅读全文
摘要:
// JavaScript source code// JScript source code var console = { log: function (txt) { WScript.Echo(txt); }} function Recordset(h){ this.commandText = 阅读全文