import { Machine } from 'xstate' const lightMachine = Machine({ // 識別id, SCXML id 必須唯一 id: 'light', // 初始化狀態,綠燈 initial: ...
確定! 回上一頁