摘要: 1、表示数字Java:\\d Js: \d比如密码写法,Java中:(^[a-zA-Z\\d]{6,20}$),Js中:/^[a-zA-Z\d]{6,20}$/ 阅读全文
posted @ 2015-05-14 00:36 NewLife365 阅读(600) 评论(0) 推荐(0)