破解谷歌翻译jar包,可切换代理 调用方法如下: // GoogleApi googleApi = new GoogleApi(); GoogleApi googleApi = new GoogleApi("122.224.227.202", 3128); String translate = googleApi.translate("Hello Word", "", "zh");