原创 手寫instanceof的功能

instanceofJudge(data, value) { if (typeof data !== "object" || typeof value === null) { return false; }