PHP button id
分享到:

------解决方案--------------------
可以这样传
<input type=button id='1234' onclick="location='page.php?id='+this.id">
也可以这样传
<input type=button onclick="location='page.php?id=1234'>

------解决方案--------------------
用ajax传递值
查看全文
  相关解决方案