$("input").select(function(e){ alert(e.target.value) }) $("#bt1").click(function(){ $("input").select(); }) 查看完整描述