Try this: coin_flip = Math.random(); // pick one condition randomly if (coin_flip > .5) { assignedGroup = "setABlocks.csv"; } else { ...
確定! 回上一頁