摘要: function isEmpty(str){ if(str != null && str.Trim().length > 0){ return false; } return true; } 阅读全文
posted @ 2019-12-16 17:14 ZhiPeng007 阅读(181) 评论(0) 推荐(0) 编辑