假设我有这样的代码:
<html>
<head>
</head>
<body>
<iframe>
<script>
//execute javascript here to append another piece of javascript in parent body tag
</script>
</iframe>
</body>
</html>
现在我想在该 iFrame 中执行一些 javascript 以在父 body 标记中附加另一段 javascript。