Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以调用三个将输入作为参数并且什么都不返回的函数?我不想使用 jquery 的单击事件,我希望在属性级别传递三个函数。
谢谢
如果您想要更具体的答案,请提出更具体的问题。以下答案适用于
<button onclick="first(1);second(2);third(3);">go</button>