Last time, I wrote both a Unity game and an ASP.NET Core API server in C#, so I'll take this momentum to organize the basic ...
我以前一直觉得,原型链是JavaScript里最容易“背了又忘”的概念。面试前背一轮,new、prototype、 __proto__ 、constructor来回抄十遍,可真到排查一个问题,比如“为什么我给某个对象挂了个方法 ...