如果你已经知道1.txt的内容,就简单,如果不知道那还得先读取出来!再写到文件里!!!!!! Open "C:\1.txt" For Output As #1 '以输出方式打开文件 Print #1, "x=" & text1.text Close #1 ' 关闭文件。