2022年2月19日
摘要: 1 function getType(obj) { 2 if (obj null) { 3 return String(obj) 4 } 5 const toType = (obj) => { 6 // '[object RealType]' => realtype 7 return Object. 阅读全文
posted @ 2022-02-19 00:44 Dopazt 阅读(192) 评论(0) 推荐(0)