diff --git a/_server/fs.js b/_server/fs.js index c95065d3..52aacfcb 100644 --- a/_server/fs.js +++ b/_server/fs.js @@ -119,6 +119,10 @@ throw 'Type Error in fs.writeFile'; } + fs.writeMultiFiles = function (filenames, datastrs, callback) { + postsomething('name='+filenames.join(';')+'&value='+datastrs.join(';'), '/writeMultiFiles', callback); + } + fs.readdir = function (path, callback) { //callback:function(err, data) //path:支持"/"做分隔符,不以"/"结尾 diff --git a/启动服务.exe b/启动服务.exe index 3bd6b51a..f426d69b 100644 Binary files a/启动服务.exe and b/启动服务.exe differ