Commit c0f21ec3 by 孙龙

up

parent f088f2e0
Showing with 4 additions and 1 deletions
......@@ -2,6 +2,9 @@
<script>
// alert(567)
var a= $("textarea").eq(0).attr("datatypes")
$("textarea").eq(0).val(a)
var a= $("textarea").eq(1).attr("datatypes")
$("textarea").eq(1).val(a)
</script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment