翻译接口响应捕获处理

对 translate.js 请求后端接口的响应进行捕获。使用方式为:

  1. //自定义响应的拦截捕获
  2. translate.request.response = function(xhr){
  3. //xhr : XMLHttpRequest 接口请求
  4. console.log('response:');
  5. console.log(xhr);
  6. }

注意事项

支持版本

需要 translate.js v20231108 及以上版本