复制
收藏
提问
全网
switchChoice[trial] = (userChoice[trial] + 1) % 3; switchChoice[trial] = switchChoice[trial] == openDoor ? (switchChoice[trial] + 1) % 3 : switchChoice[trial];
4月前
理解问题switchChoice[trial] = (userChoice[trial] + 1) % 3; switchChoice[trial] = switchChoice[trial] == openDoor ? (switchChoice[trial] + 1) % 3 : switchChoice[trial];
已完成理解「switchChoice[trial] = (userChoice[trial] + 1) % 3; switchChoice[trial] = switchChoice[trial] == openDoor ? (switchChoice[trial] + 1) % 3 : switchChoice[trial];」
展开阅读网页
更简洁一些
转笔记