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.
入力をパラメーターとして受け取り、何も返さない 3 つの関数を呼び出す方法はありますか? jquery のクリック イベントを使用したくありません。属性レベルで 3 つの関数を渡したいと考えています。
ありがとう
より具体的な回答が必要な場合は、より具体的な質問をしてください。次の答えは有効です
<button onclick="first(1);second(2);third(3);">go</button>