$('p').mousedown(function(e) { alert(e.target.textContent) })e.target.text和e.target.html都是返回undefined是为什么呀。。 查看完整描述