标签:class rip html 动态 ext juqery div pre hello
<div id="div"></div>
<script type="text/javascript">
$("#div").html("<p>这是添加的p</p>");
//或者
$("div").append("<b>Hello</b>");
</script>
标签:class rip html 动态 ext juqery div pre hello
原文地址:http://www.cnblogs.com/toamye/p/6857226.html