いまりあ 武田弘光:怎么把下列代码加到<head></head>之间

来源:百度文库 编辑:中科新闻网 时间:2024/04/30 04:23:08
<script>if(open)</script>

<HTML>
<HEAD>
<!--
<script>
if(open)
</script>
-->
</HEAD>
<BODY>
...
</BODY>
</HTML>

不是说得很清楚吗?就加在中间啊,呵呵
<head>
<script>if(open)</script>
</head>

俏俏告诉你,其实加在外面一样可以,呵呵

用记事本打开你要编辑的文件
</head>
在结尾的地方
把<script>if(open)</script>复制粘贴在它前面


<script>if(open)</script>
</head>

<head>
<script>if(open)</script>
</head>

并将文件保存为记事本文件,在重命名一下把尾缀改成.html

<head><script>if(open)</script></head>