Foo bar = new Foo(); if(bar instanceof Foo){ ... // it's true }
我只是想知道为什么我们不使用camelcase表示法(instanceOf)而不是它是如何(instanceof).