发布网友
共1个回答
热心网友
sub command_click()
if 文本框.text="" then
文本框.text=姓名.txt+space(3)+年龄.text+space(3)+...+...
else
文本框.text=文本框.text+vbcrlf+姓名.text+space(3)+年龄.text+space(3)+...+...
end if
共输入人数=共输入人数+1
end sub
我觉得大概这个意思