摘要: if (that == null || "undefined" == typeof that) { return; } var bcd; //未定义 undefined function Check_data_type(obj) { if ("undefined" == typeof obj) { 阅读全文
posted @ 2019-09-22 11:52 enych 阅读(1518) 评论(0) 推荐(0)