github短信验证没有中国区代码解决办法

转:猴子请来的救兵_

手动添加+86
打开开发者工具,复制代码到控制台执行

var option = new Option("China +86","+86");
option.selected = true;
document.getElementById('countrycode').options.add(option, 0);
--------------------- 
作者:猴子请来的救兵_ 
来源:CSDN 
原文:https://blog.csdn.net/aa464971/article/details/83860319 
版权声明:本文为博主原创文章,转载请附上博文链接!

你可能感兴趣的:(github)