Fork me on GitHub

08 2021 档案

摘要:function toType(obj) { return ({}).toString.call(obj).match(/\s([a-zA-Z]+)/)[1].toLowerCase() } function filterNull(o) { for (var key in o) { if (o[ke 阅读全文
posted @ 2021-08-02 16:40 liuyanchen 阅读(150) 评论(0) 推荐(0)