随笔分类 - 前端
摘要:Vue的配置代理 起因 当我直接通过axios使用百度翻译API时显示以下错误,产生跨域问题 axios.get('https://fanyi-api.baidu.com/api/trans/vip/translate',{ dataType: 'jsonp', params: { q: str,
阅读全文
摘要:百度通用翻译API实现在线翻译界面 前期准备 注册账号:api.fanyi.baidu.com 申请百度通用翻译API服务 记住appid以及key(后面用的上) 准备一个MD5算法 观看文档学习使用规则 文档地址:http://api.fanyi.baidu.com/product/113 接入的
阅读全文