求高手解答
function isGameOver(){ if(nospace(board) && nomove(board)){ alert("游戏结束啦~~~~~~~~") } }
我的就只弹出一次,你看看你的代码