01 2017 档案

摘要:Use instanceof for custom typesvar ClassFirst = function () {};var ClassSecond = function () {};var instance = new ClassFirst();typeof instance; // ob 阅读全文
posted @ 2017-01-06 22:44 SolidMango