设在工程中有一个标准模块,其中定义了如下记录类型:Type Books Name As String*10 telNum As String*20End Type 在窗体上添加一个名为Command1的命名按钮,要求当执行事件过程Command1_Click时,在顺序文件 Person.txt中写入一条记录。请在 【14】 中填入适当的内容,将程序被补充完整。Private Sub Command
主观题
设在工程中有一个标准模块,其中定义了如下记录类型:Type Books Name As String*10 telNum As String*20End Type 在窗体上添加一个名为Command1的命名按钮,要求当执行事件过程Command1_Click时,在顺序文件 Person.txt中写入一条记录。请在 【14】 中填入适当的内容,将程序被补充完整。Private Sub Command