摘要:
1、判断数据类型的方法 var type = function(data) { var toString = Object.prototype.toString; var dataType = data instanceof Element ? "element" // 为了统一DOM节点类型输出 阅读全文
posted @ 2020-01-10 13:54
chenyongTao
阅读(271)
评论(0)
推荐(0)
2020年1月10日