'如果目前是第一种颜色,而且水果名称正在改变,就将水果名称写到 fruit 下拉式选单中 if howmanygroups=0 then If thissubgroupcount=0 then fruitlist = fruitlist & "<option>" & thisvalue2 & "</option>" & vbcrlf end if End If
'如果目前是第一种颜色,而且是第一种水果,就将价格写到 price 下拉式选单。 if howmanygroups=0 then if howmanysubgroups=0 then pricelist = pricelist & "<option>" & thisvalue3 & "</option>" & vbcrlf end if End if