在线翻译自动翻译 接口
import com.google.api.translate.Language; import com.google.api.translate.Translate; //谷歌在线翻译接口,可以翻译单词和整句,是国际化的好帮手 public class Main { public static void main(String[] args) throws Exception { // Set the HTTP referrer to your website address. Translate.setHttpReferrer(/* Enter the URL of y
用户评论