我一直在尝试使用jQuery从另一个页面加载一个按钮到我的页面上。我一直在关注以下网址中详述的说明,并且还没有能够让它工作。我对jQuery仍然有点新意,所以我可能会犯小错误。一切都会有所帮助。 iframe to Only Show a Certain Part of the Page
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script> $("#m").load('https://www.minds.com/theantimedia .minds-subscribe-button');
</script>
<div id="m"></div>
更新:我一直在浏览器中通过html文件打开它来运行它。我不知道它是否像PHP一样,不会工作。此外,如果我通过张贴这个打破任何规则,请警告我,我将删除此问题。谢谢!