Unload Object(index) 即 Unload 控件名称(控件下标)例如 Unload Label1(Val(Text1.Text)) 'Text1.Text 是用户输入的需要删除的控件的下标Unload 是从内存清除某个对象,