如何在< script>之前/之前使用javascript放置iframe / div阻止,就像谷歌广告一样。所以我在一个html中放了一个脚本标签,我想让一个iframe出现在呈现的HTML中的同一个位置。
<script>
// do something to add an iframe/div so that it appears on page
// as if it were added in place of script
<script>
答案 0 :(得分:-1)
使用文档写:
document.write('<iframe src="url"></iframe>');