function isEmtry(str,str1) {
if (str == null || str==undefined ||str==''){
wx.showToast({
title: str1,
icon:"none",
duration: 2000,
})
}else{
return false
}
}
JS 判断是否为空
最新推荐文章于 2025-05-14 09:13:56 发布