Bing Translate Node.js模块
Bing-translate 是一个为 Node.js 的 Bing 翻译模块,使用起来挺方便的。如果你想让自己的应用程序支持多语言翻译,这个模块能帮你轻松搞定。只需要安装并配置好你的 **client_id** 和 **client_secret**,就能用一个 API 调用完成翻译了。你可以直接调用 bt.translate 来翻译文本,挺。比如你要翻译句子 'This hotel is located close to the centre of Paris.' 从英语到罗马尼亚语,就只需要这么一行代码:
bt.translate('This hotel is located close to the centre of Paris.', 'en', 'ro', function (err, res) { console.log(err, res); });npm install bing-translate 就行了。让翻译变得更快捷,你值得试试!                
                                        
                                    文件大小:3.9KB
                                
                                
                                
                            
评论区