⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 day2_1.html

📁 对javascript的简单介绍和讲解
💻 HTML
字号:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312-80">
<style type="text/css">
<!--
a:link {  color: blue; text-decoration: none}
a:visited {  color: purple; text-decoration: none}
a:hover {  color: #CC0033; text-decoration: underline}
-->
</style>
<title>JavaScript高级教程</title>
</head>

<body topmargin="1" leftmargin="2">

<table border="0" width="591" cellspacing="0">
  <tr> 
    <td bgcolor="#ffff99" width="451">JavaScript高级教程 - 第二课</td>
  </tr>
  <tr> 
    <td bgcolor="#FF6600" width="451"><a href="mailto:thau@wired.com">Thau</a></td>
  </tr>
</table>
<div align="left">

  <table border="0" width="630" cellspacing="0">
    <tr> 
      <td width="458" valign="top" align="left" rowspan="2"><small><small><br>
        </small></small><strong>第一页:Javascript高级教程-第2日</strong>
        <p>今天我们将学习一项很有用而且很有趣的内容:cookies - 这<br>
          是用来记录访问过你的网页的人的信息。利用Cookies你能记录<br>
          访问者的姓名,并且在该访问者再次访问你的站点时向他发出<br>
          热情的欢迎信息。你还可以利用cookie记忆用户端的特点 - 如<br>
          果访问者的所接入的网线的速度慢,cookie可以自动告诉你在<br>
          给其发送网页的时候只发送尽可能少的图片内容。</p>
        <p>只要你在合理的范围内使用cookies(不要用它探询用户的个人<br>
          隐私),cookies还是相当实用得。所以我要向你们介绍cookies<br>
          的工作原理,但是在正式开始之前,我们先谈两个JavaScript<br>
          内容:有趣的字符串处理以及相关数组。<a href="day2_2.html">&gt;&gt;</a></p>
        <p><font face="宋体" size="3" color="#000000"><strong>JavaScript高级教程</strong></font><font color="#FF0000" face="宋体" size="3"><br>
          </font><font color="#FF0000">第一页</font> Javascript高级教程-第2日<br>
          <font color="#FF0000">第二页</font> <a href="day2_2.html">神奇的字符串处理</a><br>
          <font color="#FF0000">第三页</font> <a href="day2_3.html">子字符串</a><br>
          <font color="#FF0000">第四页</font> <a href="day2_4.html">分割方法(splitting 
          method)</a><br>
          <font color="#FF0000">第五页</font> <a href="day2_5.html">相关数组</a><br>
          <font color="#FF0000">第六页</font> <a href="day2_6.html">相关数组的一个例子</a><br>
          <font color="#FF0000">第七页</font> <a href="day2_7.html">介绍cookie</a><br>
          <font color="#FF0000">第八页</font> <a href="day2_8.html">深入了解cookies</a><br>
          <font color="#FF0000">第九页</font> <a href="day2_9.html">读取cookies</a><br>
          <font color="#FF0000">第十页</font> <a href="day2_10.html">复杂的cookies读取</a><br>
          <font color="#FF0000">第十一页</font> <a href="day2_11.html">读取和编写多重cookies</a><br>
          <font color="#FF0000">第十二页</font> <a href="day2_12.html">再次深入了解cookies</a><br>
          <font color="#FF0000">第十三页</font> <a href="day2_13.html">cookie路径和域</a></p>
        <p><font size="3">[<a href="day1_1.html">第1课</a>][第2课][<a href="day3_1.html">第3课</a>][<a href="day4_1.html">第4课</a>][<a href="day5_1.html">第5课</a>]</font></p>
        <hr align="left">
        <!--webbot bot="Include" U-Include="../../copyright.html" TAG="BODY" startspan --> 
        <p><font face="verdana, arial, geneva, sans-serif" size="2"><a href="http://phtshop.yeah.net" target="_top">本文根据 
          网猴 相关文章改编,版权归原作者所有。</a> </font><font color="#000000"><span class="smallfont"></span></font></p>
        <!--webbot bot="Include" endspan i-checksum="15926" --> </td>
    </tr>
    <tr> </tr>
  </table>
</div>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -