请问兄弟们:
1、google提供的api,除了c#、vb.net、java版的外,是否还有别的,例如delphi、vb等,如果有请给点资料
2、用java版的是否支持代理搜索
不支持代理搜索,我给google api的开发人员发过email,他们说现在正在开发可以通过代理访问api的jar
支持代理, void setProxyHost(java.lang.String host)
Set a host to use as an HTTP proxy.
void setProxyPassword(java.lang.String password)
Set the username required for the HTTP proxy.
void setProxyPort(int port)
Set a port to use as an HTTP proxy.
void setProxyUserName(java.lang.String name)
Set the username required for the HTTP proxy.