不知道这段错在哪个地方?
<html> <head> <script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/1.9.0/jquery.js"></script> <script type="text/javascript"> (function(){ $("button").click(function(){ $("div").val("11111111"); }); }); </script> </head> <body> <button ></button> <div></div> </body> </html>