If ou = 1 Then WebBrowser11.Navigate2 o_url(0)  '开始打开搜索
    If ou = 2 Then WebBrowser12.Navigate2 o_url(0)  '开始打开搜索
    If ou = 3 Then WebBrowser13.Navigate2 o_url(0)  '开始打开搜索
    If ou = 4 Then WebBrowser14.Navigate2 o_url(0)  '开始打开搜索
    If ou = 5 Then WebBrowser15.Navigate2 o_url(0)  '开始打开搜索ou值都对应了控件 WebBrowser,而且名字很对应的
问题是这样写烦琐
并且如果我有100 个控件了?
请教如何用循环来写。备注:100 个WebBrowser 那就是[同时]打开100 个网站,而不能在同一个WebBrowser 中打开