日期:2014-05-18 浏览次数:20592 次
<input type="text" id="test" />
$(function(){ $('#test').click(function(){ var id = $(this).attr('id'); console.log(id);//id值 }); });