如何将text的内容保存到一个记事本中去呢?? 问题点数:20、回复次数:1Top
Open "f:\aa.txt" For Output As #1 Print #1, text1.text Close #1Top