🌈 搜索
📅  最后修改于: 2022-03-11 15:01:57.910000             🧑  作者: Mango
function notify () { alert("clicked" ); } $("button").on("click", notify );