摘要: function empty(v){ switch (typeof v){ case 'undefined' : return true; case 'string' : if(v.trim().length == 0) return true; break; case 'boolean' : if 阅读全文
posted @ 2019-07-22 15:29 柳州园几声鸣蝉? 阅读(754) 评论(0) 推荐(0)