论坛帮助 |
社区圈子 |
日历事件 |
2024-06-30, 16:46 | 只看该作者 #2 | ||
|
|||
正式会员
等级: 四袋长老
|
引用:
var txt; var contents =txt+"\n yang"; fileOut = new File("d:/"+String("temp"+".txt")); fileOut.lineFeed = "Windows" fileOut.open("w", "TEXT", "yzx0120"); fileOut.write(String(contents)); fileOut.close (); function readTxt() { var f =new File ("D:/temp.txt"); f.open('r'); txt=f.read(); f.close(); } 大神帮忙改 一下,我现在认知只能获取原来的文件内容,再重新写入本地盘 |
||
回复时引用此帖 |
2024-06-30, 19:21 | 只看该作者 #3 | ||
|
|||
正式会员
等级: 四袋长老
|
引用:
|
||
回复时引用此帖 |