在VS2010编辑的
代码如下
<head runat="server"> <title>oocc</title> <script type="text/javascript" src="Scripts/jquery-1.4.1.js"></script> <script type="text/javascript"> $(function () { $("#pj dt").html("<img src='Image/kong.jpg'/>") }); </script></head><body> <table id="pj"> <tr><td></td><td></td><td></td><td></td><td></td></tr> </table></body></html>
这样写不对吗?运行页面怎么没有结果
添加回答
举报
0/150
提交
取消