VB6.0用循环语句完成多个combobox

2025-06-28 03:00:47
推荐回答(1个)
回答1:

把条目设为数组
for i=数组下标 to 上标
combo.additem 数组(i)
next