StackOverflow 文件 ActionScript 3 教程 型別 型別轉換 型別轉換 Created: November-22, 2018 使用 as 運算子完成型別轉換: var chair:Chair = furniture as Chair; 或者通過將值包裝在 Type() 中: var chair:Chair = Chair(furniture); 如果演員用 as 失敗,那個演員的結果是 null。如果在 Type() 中包裹失敗,則會丟擲一個 TypeError。 功能型別檢查型別