attr是取值
$(function(){
$('#main .in_box li').click(function(){
var score = $(this).val();
$("#score").val(score);
})
})
attr是取值
$(function(){
$('#main .in_box li').click(function(){
var score = $(this).val();
$("#score").val(score);
})
})
转载于:https://www.cnblogs.com/gleeee/p/4781375.html