按键精灵中 如何获取QUI界面中 下拉框中 当前显示的文本。

2025-03-11 08:32:08
推荐回答(1个)
回答1:

a = split(Form1.ComboBox1.list, "|")
i = Form1.ComboBox1.ListIndex
TracePrint a(i)