使用js在html文档的任意位置输出内容

<script type="text/javascript">document.write('这里是内容');</script>

原文地址:https://www.cnblogs.com/james641/p/7404269.html