Ajax中的验证码密钥

时间:2018-12-14 08:23:41

标签: ajax recaptcha captcha

如何将module.exports.CAPTCHA_KEY = 'xyz';行置于已完成的功能之外,并从文件中导出密钥。

$.ajax({
  url: url,
  dataType: 'json',
  crossDomain: true,
  timeout: 3000,
  async: true,
}).done(function(output) {
  module.exports.MAP_KEY = output.keys.MAP_KEY;
  module.exports.CAPTCHA_KEY = 'xyz';
});

0 个答案:

没有答案