Listbox与Listbox with key的区别
标准解释:
Listbox
Visualization as listbox in which a list of entries is displayed with one short description each.
Listbox with key
Visualization as listbox whose entries display both the key and the description.
分析:很多情况下我们难以找到它们之间的区别,是因为我们在GUI的全局设置里设置了以下这个选项

而当你把这个选项去掉的话,你就会发现使用LISTBOX仅显示值的描述,而使用LISTBOX WITH KEY 不仅显示值的描述,还显示值本身。
如下所示:
LISTBOX:

LISTBOX WITH KEY:

浙公网安备 33010602011771号