今天我下了个自动收货源码,为什么set a=fso.opentextfile("c:交易记录.txt",动交源码投资新金融8) 找不到文件
试试加第三参数,
set a=fso.opentextfile("c:\交易记录.txt", 8, true)
第三参数是布尔类型,默认为 flase, 表示如果没有文件则不创建, true 表示如果文件不存在则创建.
2024-12-24 08:30
2024-12-24 08:18
2024-12-24 08:06
2024-12-24 07:17
2024-12-24 06:56