Loading

摘要: 每日 3 题 13 以下代码执行后,控制台中的输出内容为? Object.prototype.a = 1; Function.prototype.b = 2; function F() {} var f = new F(); console.log(F.a); console.log(F.b); c 阅读全文
posted @ 2022-09-03 11:20 程序员既明 阅读(95) 评论(0) 推荐(0) 编辑