coding: utf-8 -*- import urllib2 url = "http://ip.chinaz.com/getip.aspx" proxy_support = urllib2.ProxyHandler({'http':'61.191.41.130'}) ...
確定! 回上一頁