function randomBoolean ():boolean { if (Random.value >= 0.5) { return true; } return false; } Return : boolean [true or false] cmon...
確定! 回上一頁