标题: 选取下拉菜单的问题 [打印本页] 作者: elainehoo 时间: 2006-9-21 09:40 标题: 选取下拉菜单的问题 想要选取通过滚动滑轮能看到的下拉菜单中的内容, list_select_item ("开始月:_0", "10","#10"); # Item Number 10;这样写的,但选不中.作者: 小李美刀 时间: 2006-9-21 10:25 标题: WHAT I THINK This is the function of list_select_item ( list, item [,button [, offset ] ]);
so I can't understand what you wrote upper. especial the parameters :list_select_item ("开始月:_0", "10","#10");作者: elainehoo 时间: 2006-9-21 10:34 标题: 参见图片 参见图片作者: picture 时间: 2006-9-21 10:53
list_select_item ( list, item [,button [, offset ] ]) 这个函数我也不太明白,那个达人能举一个列子说明一下谢谢了
(我只知道它是用来做选择下拉框的,但具体怎么用还不太明白)作者: lzq123335 时间: 2006-9-21 18:02
list_select_item(listname,item) 就行了
根据你的图list_select_item("开始月","#0");或者list_select_item(“开始月","0);