instanceof is a binary operator, accepting an object and a constructor. It returns a boolean indicating whether or not the object has the given ...
確定! 回上一頁