使用urllib库发起http请求(get方法)时,下列用法正确的语句是( )。
Aurllib.rquest.urlopen("http://www.example.com")[|]r=urllib.rquest.urlopen("http://www.example.com")[|]urllib.rquest.urlopen("http://www.example.com"
B'get')[|]r=urllib.rquest.urlopen("http://www.example.com"
C'get')