清除列表框中的所有选项
express.Clear()
express 一个代表 ListBox 对象的变量。
/*清除ListBox1中列表框中的所有选项*/ function func1() { UserForm1.ListBox1.Clear() }