摘要: var console = { log: function (txt) { WScript.Echo(txt); } }; var TextStream = function () { this.handle = null; this.create = function (filename, ove 阅读全文
posted @ 2023-08-15 22:37 小风风的博客 阅读(20) 评论(0) 推荐(0) 编辑
摘要: // JavaScript source code// JScript source code var console = { log: function (txt) { WScript.Echo(txt); }} function Recordset(h){ this.commandText = 阅读全文
posted @ 2023-08-15 20:01 小风风的博客 阅读(20) 评论(0) 推荐(0) 编辑