zl程序教程

您现在的位置是:首页 >  工具

当前栏目

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

GitHubcode 验证 没有 解决办法 时候 因子 中国区
2023-09-11 14:14:17 时间

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);

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