Team:Jilin China/Enc/CodeLab

<script> $(document).ready(function(){

var username = $("user_item").text();
alert(username);

});

</script>