getNextStepv i if v == Card if i == stepS2 && thiscardState
return "stepS3"; else if (i == "stepS3" && this.cardState) return "stepS4"; else if (i == "stepS4" && this.cardState) return "stepS5"; else return "invalid step"; } else if (v == "Board") { if (i == "stepS2" && this.boardState) return "stepS3"; else if (i == "stepS3" && this.boardState) return "stepS4"; else if (i == "stepS4" && this.boardState) return "stepS5"; else return "invalid step"; } else { return "invalid value"; }
原文地址: https://www.cveoy.top/t/topic/iEZn 著作权归作者所有。请勿转载和采集!