能不能点一个按钮弹出好几个框?
$("#btn").click(function () { alert("12"); alert("23"); alert("111"); });
这个方法会一个一个弹出不会一次性弹出