有人曾经用谷歌翻译 API使用过isReliable吗?它总是返回“未定义”的值。
google.language.translate('hello','','es',function(result){
alert(result.isReliable); // prints undefined
alert(result.translation); // prints "hola"
});
资源: 谷歌翻译 API - 结果对象
有人曾经用谷歌翻译 API使用过isReliable吗?它总是返回“未定义”的值。
google.language.translate('hello','','es',function(result){
alert(result.isReliable); // prints undefined
alert(result.translation); // prints "hola"
});
资源: 谷歌翻译 API - 结果对象