换种写法为什么获取不到内容
<script type="text/javascript">
var $content = $("h3").attr("html");
$("#html").html($content)
$("#text").text($content);
</script>
<script type="text/javascript">
var $content = $("h3").attr("html");
$("#html").html($content)
$("#text").text($content);
</script>
2016-04-12
举报