html指令.docx

上传人:b****8 文档编号:9189761 上传时间:2023-05-17 格式:DOCX 页数:19 大小:26.86KB
下载 相关 举报
html指令.docx_第1页
第1页 / 共19页
html指令.docx_第2页
第2页 / 共19页
html指令.docx_第3页
第3页 / 共19页
html指令.docx_第4页
第4页 / 共19页
html指令.docx_第5页
第5页 / 共19页
html指令.docx_第6页
第6页 / 共19页
html指令.docx_第7页
第7页 / 共19页
html指令.docx_第8页
第8页 / 共19页
html指令.docx_第9页
第9页 / 共19页
html指令.docx_第10页
第10页 / 共19页
html指令.docx_第11页
第11页 / 共19页
html指令.docx_第12页
第12页 / 共19页
html指令.docx_第13页
第13页 / 共19页
html指令.docx_第14页
第14页 / 共19页
html指令.docx_第15页
第15页 / 共19页
html指令.docx_第16页
第16页 / 共19页
html指令.docx_第17页
第17页 / 共19页
html指令.docx_第18页
第18页 / 共19页
html指令.docx_第19页
第19页 / 共19页
亲,该文档总共19页,全部预览完了,如果喜欢就下载吧!
下载资源
资源描述

html指令.docx

《html指令.docx》由会员分享,可在线阅读,更多相关《html指令.docx(19页珍藏版)》请在冰点文库上搜索。

html指令.docx

html指令

结构

<html>

<head>

<title>标题<title>

</head>

<body>..........文件内容..........

</body>

</html>

----------------------------------------------

标题

1.文件标题

<title>..........</title>

2.文件更新--<meta>

 【1】10秒后自动更新一次

  <meta http-equiv="refresh" content=10>

 【2】10秒後自动连结到另一文件

  <meta http-equiv="refresh" content="10;URL=欲连结文件之URL">

3.查询用表单--<isindex>

   若欲设定查询栏位前的提示文字:

  <isindex prompt="提示文字">

4.预设的基准路径--<base>

<base href="放置文件的主机之URL">

----------------------------------------------

版面

1.标题文字 <h#>..........</h#> #=1~6;h1为最大字,h6为最小字

2.字体变化 <font>..........</font> 

【1】字体大小 <font size=#>..........</font> #=1~7;数字愈大字也愈大 

【2】指定字型 <font face="字型名称">..........</font> 

【3】文字颜色 <font color=#rrggbb>..........</font> rr:

表红色(red)色码 gg:

表绿色(green)色码 bb:

表蓝色(blue)色码

3.显示小字体 <small>..........</small> 

4.显示大字体 <big>..........</big>

5.粗体字 <b>..........</b>

6.斜体字 <i>..........</i> 

7.打字机字体 <tt>..........</tt>

8.底线 <u>..........</u>

9.删除线 <strike>..........</strike>

10.下标字 <sub>..........</sub>

11.上标字 <sup>..........</sup>

12.文字闪烁效果 <blink>..........</blink>

13.换行 <br>

14.分段 <p> 

15.文字的对齐方向 <p align="#"> #号可为 left:

表向左对齐(预设值) center:

表向中对齐 right:

表向右对齐 P.S.<p align="#">之後的文字都会以所设的对齐方式显示, 直到出现另一个<p align="#">改变其对齐方向,或遇到 <hr>ⅱ<h#>标签时会自动设回预设的向左对齐。

16.分隔线 <hr> 

【1】分隔线的粗细 <hr size=点数> 

【2】分隔线的宽度 <hr size=点数或百分比> 

【3】分隔线对齐方向 <hr align="#"> #号可为 left:

表向左对齐(预设值) center:

表向中对齐 right:

表向右对齐 

【4】分隔线的颜色 <hr color=#rrggbb> 

【5】实心分隔线 <hr noshade>

17.向中对齐 <center>..........</center>

18.依原始样式显示 <pre>..........</pre>

19.<body>指令的属性 

【1】背景颜色 -- bgcolor <body bgcolor=#rrggbb> 

【2】背景图案 -- background <body background="图形文件名"> 

【3】设定背景图案不会卷动 -- bgproperties <body bgproperties=fixed> 

【4】文件内容文字的颜色 -- text <body text=#rrggbb> 

【5】超连结文字颜色 -- link <body link=#rrggbb> 

【6】正被选取的超连结文字颜色 -- vlink <body vlink=#rrggbb> 

【7】已连结过的超连结文字颜色 -- alink <body alink=#rrggbb>

----------------------------------------------

图片

1.插入图片 <img src="图形文件名">

2.设定图框 -- border <img src="图形文件名" border=点数>

3.设定图形大小 -- widthⅱheight <img src="图形文件名" width=宽度点数 height=高度点数>

4.设定图形上下左右留空 -- vspaceⅱhspace <img src="图形文件名" vspace=上下留空点数 hspace=左右留空点数>

5.图形附注 <img src="图形文件名" alt="说明文字">

6.预载图片

<img src="高解析度图形文件名" lowsrc="低解析度图形文件名"> P.S.两个图的图形大小最好一致

7.影像地图(Image Map) <img src="图形文件名" usemap="#图的名称"> <map name="图的名称">

<area shape=形状 coords=区域座标列表 href="连结点之URL">

<area shape=形状 coords=区域座标列表 href="连结点之URL">

<area shape=形状 coords=区域座标列表 href="连结点之URL">

<area shape=形状 coords=区域座标列表 href="连结点之URL"> </map> 

【1】定义形状 -- shape

shape=rect:

矩形 shape=circle:

圆形 shape=poly:

多边形 

【2】定义区域 -- coords

a.矩形:

必须使用四个数字,前两个数字为左上角座标,后两个数字为右下角座标

例:

<area shape=rect coords=100,50,200,75 href="URL"> 

b.圆形:

必须使用三个数字,前两个数字为圆心的座标,最后一个数字为半径长度

例:

<area shape=circle coords=85,155,30 href="URL">

c.任意图形(多边形):

将图形之每一转折点座标依序填入

例:

<area shape=poly coords=232,70,285,70,300,90,250,90,200,78 href="URL"

----------------------------------------------

表格

1.定义表格 <table>..........</table> 

【1】设定边框的厚度 -- border

<table border=点数> 

【2】设定格线的宽度 -- cellspacing

<table cellspacing=点数> 

【3】设定资料与格线的距离 -- cellpadding

<table cellpadding=点数> 

【4】调整表格宽度 -- width

<table width=点数或百分比> 

【5】调整表格高度 -- height

<table height=点数或百分比> 

【6】设定表格背景色彩 -- bgcolor

<table bgcolor=#rrggbb> 

【7】设定表格边框色彩 -- bordercolor

<table bordercolor=#rrggbb>

2.显示格线 <table border>

3.表格标题

<caption>..........</caption> 

表格标题位置 -- align

<caption align="#"> #号可为 top:

表标题置于表格上方(预设值)

bottom:

表标题置于表格下方

4.定义列 <tr>

5.定义栏位 《1》<td>:

靠左对齐

《2》<th>:

靠中对齐ⅱ粗体 

【1】水平位置 -- align <th align="#">

#号可为 left:

向左对齐

center:

向中对齐 right:

向右对齐

【2】垂直位置 -- align <th align="#"> #号可为

top:

向上对齐 middle:

向中对齐

bottom:

向下对齐 

【3】栏位宽度 -- width

<th width=点数或百分比> 

【4】栏位垂直合并 -- rowspan

<th rowspan=欲合并栏位数> 

【5】栏位横向合并 -- colspan

<th colspan=欲合并栏位数>  

清单

一、目录式清单 

<dir> <li>项目1 <li>项目2 <li>项目3 </dir> P.S.目录式清单每一个项目不能超过20个字元(即10个中文字)

二、选项式清单 <menu> <li>项目1 <li>项目2 <li>项目3 </menu>

三、有序号的清单 <ol> <li>项目1 <li>项目2 <li>项目3 </ol> 

【1】序号形式 -- type <ol type=#>或<li type=#> #号可为 A:

表以大写英文字母AⅱBⅱCⅱD...做为项目编号 a:

表以小写英文字母aⅱbⅱcⅱd...做为项目编号 I:

表以大写罗马数字做为项目编号 i:

表以小写罗马数字做为项目编号 1:

表以阿拉伯数字做为项目编号(预设值) 

【2】起始数字 -- start <ol start=欲开始计数的序数> 

【3】指定编号 -- value <li value=欲指定的序数>

四、无序号的清单 <ul> <li>项目1 <li>项目2 <li>项目3 </ul> 

【1】项目符号形式 -- type <ul type=#>或<li type=#> #号可为 disc:

实心圆点(预设值) circle:

空心圆点 square:

实心方块 

【2】原始清单 -- plain <ul plain> 

【3】清单排列方式 -- warp 《1》清单垂直排列 <ul warp = vert> 《2》清单水平排列 <ul warp = horiz>

五、定义式清单 <dl> <dt>项目1 <dd>项目1说明 <dt>项目2 <dd>项目2说明 <dt>项目3 <dd>项目3说明 </dl> 

紧密排列 -- compact <dl compact> P.S.如此可使<dt>的内容与<dd>的内容在同一行,仅 以数格空白相隔而不换行,但若<dt>的文字超过一 定的长度后,compact的作用就消失了!

----------------------------------------------

表单

一、基本架构 <form action="处理资料用的CGI程式之URL"或"mailto:

电子信箱的URL" method="get或post"> .......... .......... .......... </form> 

二、输入文件型表单 <form action="URL" method="post"> <input> <input> .......... .......... </form> 

【1】栏位类型 -- type <input type=#> #号可为 text:

文字输入 password:

密码 checkbox:

多选钮 radio:

单选钮 submit:

接受按钮 reset:

重设按钮 image:

图形钮 hidden:

隐藏栏位 

【2】栏位名称 -- name <input name="资料栏名"> P.S.若type为submitⅱreset则name不必设定 

【3】文件上的预设值 -- value <input value="预设之字串"> 

【4】设定栏位的宽度 -- size <input size=字元数> 

【5】限制最大输入字串的长度 -- maxlength <input maxlength=字元数> 

【6】预设checkbox或radio的初值 -- checked <input type=checkbox checked> <input type=radio checked> 

【7】指定图形的URL -- src <input type=image src="图档名"> 

【8】图文对齐 -- align <input type=image align="#"> #号可为 top:

文字对齐图片之顶端 middle:

文字对齐图片之中间 buttom:

文字对齐图片之底部

三、选择式表单 <form action="URL" method="post"> <select> <option> <option> .......... .......... </select> </form> 

A、<select>的属性 

【1】栏位名称 -- name <select name="资料栏位名"> 

【2】设定显示的选项数 -- size <select size=个数> 

【3】多重选项 -- multiple <select multiple> 

B、<option>的属性 

【1】定义选项的传回值 -- value <option value="传回值"> 

【2】预先选取的选项 -- selected <option selected>

四、多列输入文字区表单 <form action="URL" method="post"> <textarea> .......... .......... </textarea> </form> 

【1】文字区的变数名称 -- name <textarea name=变数名称> 

【2】设定文字输入区宽度 -- cols <textarea cols=字元数> 

【3】设定文字输入区高度 -- rows <textarea rows=列数> 

【4】输入区设定预设字串 <textarea> 预设文字 </textarea> 

【5】自动换行与否 -- wrap <textarea wrap=#> #号可为 off:

表输入的文字超过栏宽时,不会自动换行(预设值) virtual:

表输入的文字在超过栏宽时会自动换行

----------------------------------------------

链接

一、连结至其他文件 <a href="URL">说明文字或图片</a>

二、连结至文件内之某一处(外部连结) 

《1》起点

<a href="档名#名称">..........</a> 

《2》终点 <a name="名称">

三、frame的超连结 

【1】开启新的浏览器来显示连结文件 -- _blank <a href="URL" target=_blank>

【2】显示连结文件於目前的frame -- _self <a href="URL" target=_self>

【3】以上一层的分割视窗显示连结文件 -- _parent <a href="URL" target=_parent>

【4】以全视窗显示连结文件 -- _top <a href="URL" target=_top> 

【5】以特定视窗显示连结文件 --<a href="URL" target="特定视窗名称">

----------------------------------------------

FRAME

一、分割视窗指令 <frameset>..........</frameset> 

【1】垂直(上下)分割 -- rows

<frameset rows=#> #号可为点数:

如欲分割为100,200,300三个视窗,则

<frameset rows=100,200,300>;亦可以*号代表,如<frameset rows=*,500,*>

百分比:

如<frameset rows=30%,70%>,各 项总和最好为100%

【2】水平(左右)分割 -- cols <frameset cols=点数或百分比>

二ⅱ指定视窗内容 -- <frame>

<frameset cols=30%,70%> <frame> <frame> </frameset>

【1】指定视窗的文件名称 -- src <frame src=HTML档名> 

【2】定义视窗的名称 -- name

<frame name=视窗名称> 

【3】设定文件与上下边框的距离 -- marginheight

<frame marginheight=点数> 

【4】设定文件与左右边框的距离 -- marginwidth

<frame marginwidth=点数> 

【5】设定分割视窗卷轴 -- scrolling

<frame scrolling=#> #号可为 yes:

固定出现卷轴

no:

不出现卷轴 auto:

自动判断文件大小需不需要卷轴(预设值)

【6】锁住分割视窗的大小 -- noresize <frame noresize> 

 

标签的应用:

很多人忽视了HTML标签META的强大功效,一个好的META标签设计可以大大提高你的个人网站被搜索到的可能性,有兴趣吗,谁我来重新认识一下META标签吧!

META标签是HTML语言HEAD区的一个辅助性标签,它位于HTML文档头部的标记和标记之间,它提供用户不可见的信息。</p><p>meta标签通常用来为搜索引擎robots定义页面主题,或者是定义用户浏览器上的cookie;它可以用于鉴别作者,设定页面格式,标注内容提要和关键字;还可以设置页面使其可以根据你定义的时间间隔刷新自己,以及设置RASC内容等级,等等。</p><p>详细介绍</p><p>下面介绍一些有关标记的例子及解释。</p><p>META标签分两大部分:</p><p>HTTP标题信息(HTTP-EQUIV)和页面描述信息(NAME)。</p><p>★HTTP-EQUIV</p><p>HTTP-EQUIV类似于HTTP的头部协议,它回应给浏览器一些有用的信息,以帮助正确和精确地显示网页内容。</p><p>常用的HTTP-EQUIV类型有:</p><p>1、Content-Type和Content-Language(显示字符集的设定)</p><p>说明:</p><p>设定页面使用的字符集,用以说明主页制作所使用的文字已经语言,浏览器会根据此来调用相应的字符集显示page内容。</p><p>用法:</p><p><Metahttp-equiv="Content-Type"Content="text/html;Charset=gb2312"></p><p><Metahttp-equiv="Content-Language"Content="zh-CN"></p><p>注意:</p><p>该META标签定义了HTML页面所使用的字符集为GB2132,就是国标汉字码。</p><p>如果将其中的“charset=GB2312”替换成“BIG5”,则该页面所用的字符集就是繁体中文Big5码。</p><p>当你浏览一些国外的站点时,IE浏览器会提示你要正确显示该页面需要下载xx语支持。</p><p>这个功能就是通过读取HTML页面META标签的Content-Type属性而得知需要使用哪种字符集显示该页面的。</p><p>如果系统里没有装相应的字符集,则IE就提示下载。</p><p>其他的语言也对应不同的charset,比如日文的字符集是“iso-2022-jp”,韩文的是“ks_c_5601”。</p><p>Content-Type的Content还可以是:</p><p>text/xml等文档类型;</p><p>Charset选项:</p><p>ISO-8859-1(英文)、BIG5、UTF-8、SHIFT-Jis、Euc、Koi8-2、us-ascii,x-mac-roman,iso-8859-2,x-mac-ce,iso-2022-jp,x-sjis,x-euc-jp,euc-kr,iso-2022-kr,gb2312,gb_2312-80,x-euc-tw,x-cns11643-1,x-cns11643-2等字符集;Content-Language的Content还可以是:</p><p>EN、FR等语言代码。</p><p>2、Refresh(刷新)</p><p>说明:</p><p>让网页多长时间(秒)刷新自己,或在多长时间后让网页自动链接到其它网页。</p><p>用法:</p><p><Metahttp-equiv="Refresh"Content="30"></p><p><Metahttp-equiv="Refresh"Content="5;Url="></p><p>注意:</p><p>其中的5是指停留5秒钟后自动刷新到URL网址。</p><p>3、Expires(期限)</p><p>说明:</p><p>指定网页在缓存中的过期时间,一旦网页过期,必须到服务器上重新调阅。</p><p>用法:</p><p><Metahttp-equiv="Expires"Content="0"></p><p><Metahttp-equiv="Expires"Content="Wed,26Feb199708:</p><p>21:</p><p>57GMT"></p><p>注意:</p><p>必须使用GMT的时间格式,或直接设为0(数字表示多少时间后过期)。</p><p>4、Pragma(cach模式)</p><p>说明:</p><p>禁止浏览器从本地机的缓存中调阅页面内容。</p><p>用法:</p><p><Metahttp-equiv="Pragma"Content="No-cach"></p><p>注意:</p><p>网页不保存在缓存中,每次访问都刷新页面。</p><p>这样设定,访问者将无法脱机浏览。</p><p>5、Set-Cookie(cookie设定)</p><p>说明:</p><p>浏览器访问某个页面时会将它存在缓存中,下次再次访问时就可从缓存中读取,以提高速度。</p><p>当你希望访问者每次都刷新你广告的图标,或每次都刷新你的计数器,就要禁用缓存了。</p><p>通常HTML文件没有必要禁用缓存,对于ASP等页面,就可以使用禁用缓存,因为每次看到的页面都是在服务器动态生成的,缓存就失去意义。</p><p>如果网页过期,那么存盘的cookie将被删除。</p><p>用法:</p><p><Metahttp-equiv="Set-Cookie"Content="cookievalue=xxx;expires=Wednesday,</p><p>21-Oct-9816:</p><p>14:</p><p>21GMT;path=/"></p><p>注意:</p><p>必须使用GMT的时间格式。</p><p>6、Window-target(显示窗口的设定)</p><p>说明:</p><p>强制页面在当前窗口以独立页面显示。</p><p>用法:</p><p><Metahttp-equiv="Widow-target"Content="_top"></p><p>注意:</p><p>这个属性是用来防止别人在框架里调用你的页面。</p><p>Content选项:</p><p>_blank、_top、_self、_parent。</p><p>7、Pics-label(网页RSAC等级评定)</p><p>说明:</p><p>在IE的Internet选项中有一项内容设置,可以防止浏览一些受限制的网站,而网站的限制级</p><p>别就是通过该参数来设置的。</p><p>用法:</p><p><METAhttp-equiv="Pics-label"Contect=</p><p>"(PICS-1.1'http:</p><p>//www.rsac.org/ratingsv01.html'</p><p>Igencomment'RSACiNorthAmericaSever'by'inet@'</p><p>for''on'1997.06.30T14:</p><p>21-0500'r(n0s0v</p> </div> <div class="readmore" onclick="showmore()" style="background-color:transparent; height:auto; margin:0px 0px; padding:20px 0px 0px 0px;"><span class="btn-readmore" style="background-color:transparent;"><em style=" font-style:normal">展开</em>阅读全文<i></i></span></div> <script> function showmore() { $(".readmore").hide(); $(".detail-article").css({ "height":"auto", "overflow": "hidden" }); } $(document).ready(function() { var dh = $(".detail-article").height(); if(dh >100) { $(".detail-article").css({ "height":"100px", "overflow": "hidden" }); } else { $(".readmore").hide(); } }); </script> </div> <script> var defaultShowPage = parseInt("20"); var id = "9189761"; var total_page = "19"; var mfull = false; var mshow = false; function DownLoad() { window.location.href='https://m.bingdoc.com/d-9189761.html'; } function relate() { var reltop = $('#relate').offset().top-50; $("html,body").animate({ scrollTop: reltop }, 500); } </script> <div id="relate" class="container" style="padding:0px 0px 15px 0px; margin-top:20px; border:solid 1px #dceef8"> <div style=" font-size: 16px; background-color:#e5f0f7; margin-bottom:5px; font-weight: bold; text-indent:10px; line-height: 40px; height:40px; padding-bottom: 0px;">相关资源</div> <div id="relatelist" style="padding-left:5px;"> <ul> <li><em class="docx"/></em><a target="_parent" href="https://m.bingdoc.com/p-7335126.html" title="IVD指令.docx">IVD指令.docx</a> </li><li><em class="docx"/></em><a target="_parent" href="https://m.bingdoc.com/p-8398519.html" title="IVD指令文档格式.docx">IVD指令文档格式.docx</a> </li><li><em class="docx"/></em><a target="_parent" href="https://m.bingdoc.com/p-16093086.html" title="最新ivd说明书指导原则.docx">最新ivd说明书指导原则.docx</a> </li><li><em class="docx"/></em><a target="_parent" href="https://m.bingdoc.com/p-16526918.html" title="最新ivd说明书指导原则.docx">最新ivd说明书指导原则.docx</a> </li><li><em class="docx"/></em><a target="_parent" href="https://m.bingdoc.com/p-15338067.html" title="1命令指令.docx">1命令指令.docx</a> </li><li><em class="docx"/></em><a target="_parent" href="https://m.bingdoc.com/p-2811379.html" title="最全CMD指令大全cmd最恐怖指令cmd最恐怖指令.docx">最全CMD指令大全cmd最恐怖指令cmd最恐怖指令.docx</a> </li><li><em class="docx"/></em><a target="_parent" href="https://m.bingdoc.com/p-11673199.html" title="最全CMD指令大全cmd最恐怖指令cmd最恐怖指令.docx">最全CMD指令大全cmd最恐怖指令cmd最恐怖指令.docx</a> </li><li><em class="docx"/></em><a target="_parent" href="https://m.bingdoc.com/p-11967557.html" title="最全CMD指令大全cmd最恐怖指令cmd最恐怖指令.docx">最全CMD指令大全cmd最恐怖指令cmd最恐怖指令.docx</a> </li><li><em class="docx"/></em><a target="_parent" href="https://m.bingdoc.com/p-2037240.html" title="ROHS指令和WEEE指令详细剖析.docx">ROHS指令和WEEE指令详细剖析.docx</a> </li><li><em class="docx"/></em><a target="_parent" href="https://m.bingdoc.com/p-5880624.html" title="ROHS指令和WEEE指令详细剖析.docx">ROHS指令和WEEE指令详细剖析.docx</a> </li> </ul> </div> </div> <div class="container" style="padding:0px 0px 15px 0px; margin-top:20px; border:solid 1px #dceef8"> <div style=" font-size: 16px; background-color:#e5f0f7; margin-bottom:5px; font-weight: bold; text-indent:10px; line-height: 40px; height:40px; padding-bottom: 0px;">猜你喜欢</div> <div id="relatelist" style="padding-left:5px;"> <ul> <li><em class="docx"></em> <a href="https://m.bingdoc.com/p-3539646.html" target="_parent" title="苏教版六年级科学下册知识点整理.docx">苏教版六年级科学下册知识点整理.docx</a></li> <li><em class="docx"></em> <a href="https://m.bingdoc.com/p-3539647.html" target="_parent" title="五年级下册劳动与技术.docx">五年级下册劳动与技术.docx</a></li> <li><em class="docx"></em> <a href="https://m.bingdoc.com/p-3539648.html" target="_parent" title="索道运输方案精编.docx">索道运输方案精编.docx</a></li> <li><em class="docx"></em> <a href="https://m.bingdoc.com/p-3539649.html" target="_parent" title="物理化学期末考试试题库.docx">物理化学期末考试试题库.docx</a></li> <li><em class="docx"></em> <a href="https://m.bingdoc.com/p-3539650.html" target="_parent" title="陶行知教育思想 2.docx">陶行知教育思想 2.docx</a></li> <li><em class="docx"></em> <a href="https://m.bingdoc.com/p-3539651.html" target="_parent" title="物业小区保洁工作计划.docx">物业小区保洁工作计划.docx</a></li> <li><em class="docx"></em> <a href="https://m.bingdoc.com/p-3539652.html" target="_parent" title="天津市存量房屋买卖协议.docx">天津市存量房屋买卖协议.docx</a></li> <li><em class="docx"></em> <a href="https://m.bingdoc.com/p-3539653.html" target="_parent" title="铁路货运组织复习题及答案.docx">铁路货运组织复习题及答案.docx</a></li> <li><em class="docx"></em> <a href="https://m.bingdoc.com/p-3539654.html" target="_parent" title="西南大学9102《高等数学》作业答案.docx">西南大学9102《高等数学》作业答案.docx</a></li> </ul> </div> </div> <div style=" font-size: 16px; background-color:#e5f0f7; margin-top:20px; font-weight: bold; text-indent:10px; line-height: 40px; height:40px; padding-bottom: 0px; margin-bottom:10px;"> 相关搜索</div> <div class="widget-box pt0" style="border: none; padding:0px 5px;"> <ul class="taglist--inline multi"> <li class="tagPopup"><a target="_parent" class="tag tagsearch" rel="nofollow" href="https://m.bingdoc.com/search.html?q=html">html</a></li> <li class="tagPopup"><a target="_parent" class="tag tagsearch" rel="nofollow" href="https://m.bingdoc.com/search.html?q=%e6%8c%87%e4%bb%a4">指令</a></li> </ul> </div> <div style=" font-size: 16px; background-color:#e5f0f7; font-weight: bold; text-indent:10px; line-height: 40px; height:40px; padding-bottom: 0px; margin-bottom:10px;"> 资源标签</div> <div class="widget-box pt0" style="border: none; padding:0px 5px;"> <ul class="taglist--inline multi"> <li class="tagPopup"><a class="tag tag0" href="https://m.bingdoc.com/mark/ivdzhiling.html" >IVD指令</a></li><li class="tagPopup"><a class="tag tag1" href="https://m.bingdoc.com/mark/msp430zhiling.html" >msp430指令</a></li><li class="tagPopup"><a class="tag tag2" href="https://m.bingdoc.com/mark/atzhiling.html" >AT指令</a></li><li class="tagPopup"><a class="tag tag3" href="https://m.bingdoc.com/mark/vbzhiling.html" >vb指令</a></li><li class="tagPopup"><a class="tag tag4" href="https://m.bingdoc.com/mark/erpzhiling.html" >ERP指令</a></li><li class="tagPopup"><a class="tag tag0" href="https://m.bingdoc.com/mark/escposzhiling.html" >ESCPOS指令</a></li><li class="tagPopup"><a class="tag tag1" href="https://m.bingdoc.com/mark/modbuszhiling.html" >modbus指令</a></li><li class="tagPopup"><a class="tag tag2" href="https://m.bingdoc.com/mark/linuxmakezhiling.html" >Linuxmake指令</a></li><li class="tagPopup"><a class="tag tag3" href="https://m.bingdoc.com/mark/svnzhiling.html" >svn指令</a></li> <li class="tagPopup"><a target="_parent" class="tag tag1" href="https://m.bingdoc.com/mark/abplczhiling.html">ABPLC指令</a></li> </ul> </div> <br /> <div > 当前位置:<a target="_parent" href="https://m.bingdoc.com/">首页</a> > <a href="https://m.bingdoc.com/booklist-00019.html">高中教育</a><span> > </span><a href="https://m.bingdoc.com/booklist-0001900007.html">高中教育</a> </div> <br /> <div class="cssnone"> <iframe title="来源" src="https://m.bingdoc.com/BookRead.aspx?id=RxiEwzUxKKA%3d&parto=w9zs3vvV36ASpW4apg4zOlQGlnlgHjtFYM9t%2fd9Bfn62A0scv9u8JzH9j8Tk5h4H1ybXwhsN%2fvxKIIczwHOu1r%2baSVLczr%2fMoqcGtzdMuW3ZD3ADavp84N6awdlLlJZu4FL8IHvYhNwjmMLwBI5H1Q959QRcRcrLA%2fNEhL7e4nObogvz%2bXI7CPemPWHTU74ruuSzStGe9Oq3V0SaLy3VhURP7Y4GwVLr" frameborder="0" style="width: 0px; height: 0px"> </iframe> </div> <span id="LabelScript"></span> <script src="https://mstatic.bingdoc.com/JS/bootstrap-collapse.js"></script> </form> <div class="siteInner_bg" style="margin-top: 40px; border: solid 0px red; margin-left: 0px; margin-right: 0px;"> <div class="siteInner"> <p style="text-align: center;">copyright@ 2008-2023 冰点文库 网站版权所有</p><p style="text-align: center;">经营许可证编号:<a href="http://beian.miit.gov.cn/" target="_blank">鄂ICP备19020893号-</a>2</p><script>var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?f82ede2a6dd69d4ed35205d3eb25b840"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();</script> </div> </div> <div class="trnav clearfix" id="navcontent" style="display: none; background-color:#3a71b1; "> <div class="trlogoside" id="navlogo" style="display: none;"> <a href="https://m.bingdoc.com/" title="冰点文库"><img src="https://www.bingdoc.com/images/logo_bd.png" alt="冰点文库"></a> <div class="trnavclose" id="navclose"> <span></span> </div> </div> <div class="navcontainer"> <div class="row"> <ul class="nav navbar-nav trnavul headercontent" id="navigation" style="margin:20px 0 0px;"> <li><a target="_parent"href="https://m.bingdoc.com/login.aspx">登录</a></li> <li><a target="_parent"href="https://m.bingdoc.com/">首页 </a></li> <li><a target="_parent"href="https://m.bingdoc.com/booklist-0.html">资源分类 </a></li> <li><a target="_parent"href="https://m.bingdoc.com/UserManage/Recharge.aspx?f=0"><img src="https://m.bingdoc.com/images/s.gif" alt="new" class="hottip1">升级会员 <img src="https://www.bingdoc.com/FileUpload/Images/48520fea-bc98-41ae-b183-84689c7075c9.gif" alt="new" class="hottip"></a></li> <li><a target="_parent"href="https://m.bingdoc.com/newslist.html">通知公告 </a></li> <li><a target="_parent"href="https://m.bingdoc.com/h-0.html">帮助中心 </a></li> </ul> </div> </div> </div> <script type="text/javascript"> function stopPropagation(e) { var ev = e || window.event; if (ev.stopPropagation) { ev.stopPropagation(); } else if (window.event) { window.event.cancelBubble = true;//兼容IE } } $("#navmore").click(function (e) { $("#navcontent").show(); $("#navlogo").show(); stopPropagation(e); var navcontentwidth = $("#navcontent").width(); $('#navcontent').css({ 'right': '-' + navcontentwidth + 'px' }); $("#navcontent").show().animate({ "right": 0 }, 300); }); $(document).bind('click', function () { var navcontentwidth = $("#navcontent").width(); $("#navcontent").animate({ 'right': '-' + navcontentwidth + 'px' }, 300, function () { $("#navcontent").hide(); }); $("#navlogo").fadeOut(300); }); $("#navcontent").click(function (e) { stopPropagation(e); }); $("#navclose").click(function (e) { var navcontentwidth = $("#navcontent").width(); $("#navcontent").animate({ 'right': '-' + navcontentwidth + 'px' }, 300, function () { $("#navcontent").hide(); }); $("#navlogo").fadeOut(300); }); </script> <script> function BaseShare(title, desc, imgUrl) { var link = "https://m.bingdoc.com/p-9189761.html"; if (wx) { wx.config({ debug: false, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appId: 'wx3a9604896163fa38', // 必填,公众号的唯一标识 timestamp: '1727406810', // 必填,生成签名的时间戳 nonceStr: '069D3BB002ACD8D7DD095917F9EFE4CB', // 必填,生成签名的随机串 signature: 'bd93224d79790adddb3f8e49552021fab1bf82e2',// 必填,签名,见附录1 jsApiList: ['onMenuShareAppMessage', 'onMenuShareTimeline', 'updateAppMessageShareData', 'updateTimelineShareData', 'hideMenuItems'] // 必填,需要使用的JS接口列表,所有JS接口列表见附录2 //openTagList: ["wx-open-launch-weapp"]//H5打开小程序 }); wx.ready(function () { //需在用户可能点击分享按钮前就先调用 wx.hideMenuItems({// 要隐藏的菜单项,只能隐藏“传播类”和“保护类”按钮,所有menu项见附录3 menuList: ['menuItem:share:qq', 'menuItem:favorite', 'menuItem:share:QZone', 'menuItem:share:email', 'menuItem:originPage', 'menuItem:readMode', 'menuItem:delete', 'menuItem:editTag', 'menuItem:share:facebook', 'menuItem:share:weiboApp', 'menuItem:share:brand'] }); var shareData = { title: title, // 分享标题 desc: desc,//这里请特别注意是要去除html link: link, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 imgUrl: imgUrl, // 分享图标 }; wx.updateAppMessageShareData(shareData);//1.4 分享到朋友 wx.updateTimelineShareData(shareData);//1.4分享到朋友圈 }); } } function BaseShare(title, desc, imgUrl, link) { if (link=="") link = "https://m.bingdoc.com/p-9189761.html"; if (wx) { wx.config({ debug: false, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appId: 'wx3a9604896163fa38', // 必填,公众号的唯一标识 timestamp: '1727406810', // 必填,生成签名的时间戳 nonceStr: '069D3BB002ACD8D7DD095917F9EFE4CB', // 必填,生成签名的随机串 signature: 'bd93224d79790adddb3f8e49552021fab1bf82e2',// 必填,签名,见附录1 jsApiList: ['onMenuShareAppMessage', 'onMenuShareTimeline', 'updateAppMessageShareData', 'updateTimelineShareData', 'hideMenuItems'] // 必填,需要使用的JS接口列表,所有JS接口列表见附录2 //openTagList: ["wx-open-launch-weapp"]//H5打开小程序 }); wx.ready(function () { //需在用户可能点击分享按钮前就先调用 wx.hideMenuItems({// 要隐藏的菜单项,只能隐藏“传播类”和“保护类”按钮,所有menu项见附录3 menuList: ['menuItem:share:qq', 'menuItem:favorite', 'menuItem:share:QZone', 'menuItem:share:email', 'menuItem:originPage', 'menuItem:readMode', 'menuItem:delete', 'menuItem:editTag', 'menuItem:share:facebook', 'menuItem:share:weiboApp', 'menuItem:share:brand'] }); var shareData = { title: title, // 分享标题 desc: desc,//这里请特别注意是要去除html link: link, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致 imgUrl: imgUrl, // 分享图标 }; wx.updateAppMessageShareData(shareData);//1.4 分享到朋友 wx.updateTimelineShareData(shareData);//1.4分享到朋友圈 }); } } </script> <script> $(document).ready(function () { var arr = $(".headercontent"); for (var i = 0; i < arr.length; i++) { (function (index) { var url = "https://m.bingdoc.com/header.aspx"; $.get(url + "?t=" + (new Date()).valueOf(), function (d) { try { arr.eq(index).empty().html(d); } catch (e) { } try { arr.html(d); } catch (e) { } }); })(i); } }); </script> <script src="https://mstatic.bingdoc.com/js/jquery.lazyload.js"></script> <script charset="utf-8"> $("img.lazys").lazyload({ threshold: 200, effect: "fadeIn" }); </script> </body> </html>