instanceof. instanceof 運算子用來測試一個物件在其原型鏈中是否存在一個建構函式的prototype 屬性。 使用規則: object instanceof constructor.
確定! 回上一頁