HttpHost 类构造函数详解 - 使用 hostname 和 port 初始化
public\ HttpHost\ (final\ String\ hostname,\ final\ int\ port)\ {\n this\ (hostname,\ port,\ null);\n }\n参数例子内容:hostname:\ "www.example.com"\nport:\ 80
原文地址: http://www.cveoy.top/t/topic/p3LQ 著作权归作者所有。请勿转载和采集!