判断输入文本是否不存在或为空

function textIsNullOrEmpty(textValue) {
return (textValue == undefined || textValue == null || $.trim(textValue) == "");
}

posted @ 2020-12-10 19:18  我和我的小生活  阅读(165)  评论(0编辑  收藏  举报