文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Tic Tac Toe 双人版

Tic Tac Toe 双人版

时间:2006-03-17  来源:22/2

<html> <head>
<meta http-equiv="Content-Type" content="text/html charset=gb2312">
<title>TicTacToe双人版</title>
</head>
<body>

<font color="red">
<p align="center">Tic Tac Toe</font> 双人版</p> <form>
  <p><input type="button" name="whoseturn" value="轮到: 玩家一"> <br>
  <br>
  <br>
  <br>
  </p>
  <table>
    <tr>
      <td><input type="button" name="b1" value="      " onClick="change_b1(this.form)"> </td>
      <td><input type="button" name="b2" value="      " onClick="change_b2(this.form)"> </td>
      <td><input type="button" name="b3" value="      " onClick="change_b3(this.form)"> </td>
    </tr>
    <tr>
      <td><input type="button" name="b4" value="      " onClick="change_b4(this.form)"> </td>
      <td><input type="button" name="b5" value="      " onClick="change_b5(this.form)"> </td>
      <td><input type="button" name="b6" value="      " onClick="change_b6(this.form)"> </td>
    </tr>
    <tr>
      <td><input type="button" name="b7" value="      " onClick="change_b7(this.form)"> </td>
      <td><input type="button" name="b8" value="      " onClick="change_b8(this.form)"> </td>
      <td><input type="button" name="b9" value="      " onClick="change_b9(this.form)"> </td>
    </tr>
  </table>
  <p><br>
  <br>
  <br>
  <input TYPE="button" VALUE="新游戏" onClick="history.go(0)"> </p>
</form>
</body>
</html>

 
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载