最赞回答 / 偌颜宁
<script> function abton(){ alert("多年不见,你好吗?"); }</script><button type="button" value="点击这里" onclik="abton()">点击这里</button>这么写就对了
2014-08-14