using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { //int number; //int count = 7; //string checkCode =…
<input type="text" placeholder="请输入您的用户名..."> <script type="text/javascript"> $("input[name='username']").bind('input',function(){ var pattern = new RegExp("[^a-zA-z1-9]"); var rs = ''; var str…