摘要: 原文出处: https://chuna2.787528.xyz/shuilangyizu/p/7744111.html //判断字符是否为空的方法 function isEmpty(obj){ if(typeof obj == "undefined" || obj == null || obj == " 阅读全文
posted @ 2020-01-13 16:40 fpc 阅读(480) 评论(0) 推荐(0)