attr是取值
$(function(){ $('#main .in_box li').click(function(){ var score = $(this).val(); $("#score").val(score); }) })