想点击table发送参数,可是不知道table能不能进行点击时间
3 回答
已采纳
leosstudio
TA贡献22条经验 获得超1个赞
<html>
<body>
<table style="width:100px;height:100px;background:#ccc;" onclick="alert('love');">
<th><td>1</td></th>
</table>
</body>
</html>
添加回答
举报
0/150
提交
取消