Github在双因子验证的时候Country- code 没有中国区的解决办法

https://blog.csdn.net/weixin_44367884/article/details/105273108

手动添加 China +86

  • 打开开发工具,在控制台输入下面的代码运行即可
    var option = new Option("China +86","+86");
    option.selected = true;
    document.getElementById('countrycode').options.add(option, 0);

然后就可以输入中国的手机号码了

 

posted @ 2021-02-23 01:53  ChuckLu  阅读(342)  评论(0编辑  收藏  举报