Github短信验证码没有中国区的解决办法

在Github短信支持列表的国家上是没有中国的

我们可以手动添加+86

打开开发者工具,复制代码到控制台执行

var option = new Option("China +86","+86");
option.selected = true;
document.getElementById('countrycode').options.add(option, 0);

 

posted @ 2020-04-03 14:14  小宝先生  阅读(872)  评论(0编辑  收藏  举报