Fork me on GitHub

11 2021 档案

摘要:function copySelf(obj) { var newobj = obj.constructor Array ? [] : {}; if (typeof obj !== "object") { return; } for (var i in obj) { newobj[i] = typeo 阅读全文
posted @ 2021-11-25 15:49 super冉 阅读(66) 评论(0) 推荐(0)