摘要: 1. 清理列表框1 winform.btnClear.oncommand = function(id,event){2 winform.listbox.clear(); 清空3 winform.static.text = "";4 winform.redraw(); 刷新5 ... 阅读全文
posted @ 2015-10-07 15:59 遥月 阅读(4443) 评论(0) 推荐(1)