js 中判断字符不包含[]的正则表达式怎么写?<script>function checkStr(str){ if(str.indexOf("[]")!=-1){ alert("包含有[]") }else{2023-02-22JavaScript300