function richtextfindtel(value) { /*固定电话.手机号码.邮箱*/ var tempValue = value.replace(/<[^>]+>/g, ""); var arrMatch = tempValue.match(/[0-9a-z][0-9a-z\-\_\.]+@([0-9a-z][0-9a-z\-]*\.)+[a-z]{2,}|0[0-9]{2,3}-{0,1}[2-9][0-9]{6,7}|[0-9]+/g); //按长
首先是按照网上的教程进行了一次提交,具体见http://web.gxzj.com.cn/News.aspx?id=325505 记得当时出现过这个错误Can't connect to repository from configured remote. You could want to check .gitconfig 不能连接到远程仓库,需要检查配置文件. 结果我顺手点了个yes,接下来就报了各种错误,大致意思是用户名和邮箱和github上的用户名邮箱不对应. 但是在github我的账户中,