<input type=“text” class=“use_txt” v-model=“value34” placeholder=“点击输入协会名称” maxlength=“30” @keyup=“btKeyUp”/>
methods:{
btKeyUp(e) {
e.target.value = e.target.value.replace(/[\s+`!@#$%^&*()_-+=<>?:"{}|,./;’\[]·!@#¥%……&*()——-+={}|《》?:“”【】、;‘’,。、]/g,"");
},

}

Logo

前往低代码交流专区

更多推荐