Difference between revisions of "Team:Jilin China/Enc/CodeLab"

(Blanked the page)
 
(96 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<html>
+
 
<script>
+
$(document).ready(function(){
+
var usa = "Not Found";
+
usa = $("#user_item").contents().filter(function() { return this.nodeType === 3; }).text();
+
a.innerHTML = usa;
+
});
+
</script>
+
<p id="a"></p>
+
</html>
+

Latest revision as of 06:23, 14 November 2018