作者 lihan
1 个管道 的构建 通过 耗费 2 秒

赠送积分和角色管理

... ... @@ -378,7 +378,7 @@
t.setAttribute("readonly", true);
}
t.onkeyup=function(){
arr=[];
var regular = /\s+/g;
if(regular.test(this.value)){
$(this).focus();
... ...