HTML&JS
如何从一个onclick事件调用2个函数?这是我的代码
<input id ="btn" type="button" value="click" onclick="pay() cls()"/>
两个函数是pay()和cls()。
相似问题