日期:2014-05-16  浏览次数:20320 次

js替换点输入的中文
text..onkeyup=function(){
this.value=this.value.replace(/[^\w\.\/]/ig,'');
}