Js如何判断字符串是否位空格多空格判断字符是否为空的方法 isEmpty(obj){ var regu = "^[ ]+$" var re = new RegExp(regu) if(typeof obj == "undef2023-03-01JavaScript90