translation platform api:基于translate platforms多平台翻译库API示例 源码
翻译API 基于多平台翻译库。 调用方式 FormData请求: function translate ( ) { let param = new FormData ( ) ; let error = '' ; let result = '' ; param . append ( 'platform' , 'google' ) param . append ( 'word' , 'test' ) param . append ( 'from' , 'en' ) param . append ( 'to' , 'zh' ) axi
文件列表
translate-platform-api-master.zip
(预估有个6文件)
translate-platform-api-master
index.js
2KB
package.json
695B
index.html
13KB
LICENSE
1KB
.gitignore
2KB
README.md
1KB
暂无评论