0
4

5 に答える 5

2
$('#link').click(function() {
   var n = $(this).attr("name"); 
});
于 2012-07-11T10:52:39.223 に答える