主页面index.html中用jquery的load函数加载about.html
$("#content").load("about.html");
about.html中代码如下
<script type="text/javascript" src="http://www.douban.com/service/badge/friskfly/?show=collection&select=favorite&n=8&columns=4&picsize=medium&hidelogo=yes&hideself=yes" ></script>
就是展示豆瓣收藏秀,script代码明明可以执行,加入alert()可以弹出,说明代码运行了,为什么豆瓣秀无法成功显示呢?