摘要: fileNum% = Freefile()Mkdir "c:/temp"fileName$ = "c:/temp/notes.ini"Open fileName$ For Output As fileNum%Print #fileNum%, "CL054必胜!"Close fileNum% 阅读全文
posted @ 2009-08-06 11:30 风影极光 阅读(345) 评论(0) 推荐(0) 编辑