用javascript正則表達式判斷一個串是否存在特殊字符

if(/[&<>"']/im.test(value)){ return false; }else{ return true; }
相關文章
相關標籤/搜索