书签 分享 收藏 举报 版权申诉 / 29

类型php基础教程字符.docx

  • 文档编号:24904352
  • 上传时间:2023-06-02
  • 格式:DOCX
  • 页数:29
  • 大小:17.93KB

字符串:

 



php

if($_POST[str]!

="")

{

$str=$_POST[str];

echo"字符串'".$str."'的长度是".strlen($str)."

";

}

?

>

二字符串大小写转换

index.php:

php$PHP_SELF?

>">


 

php

if($_POST[submit1]!

="")

{

$str=$_POST[str];

echo$str."全部转换为大写字母为".strtoupper($_POST[str]);

}

if($_POST[submit2]!

="")

{

$str=$_POST[str];

echo$str."全部转换为写字母为".strtolower($_POST[str]);

}

?

>

三字符串首尾空格处理

index.php:

DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN"

"http:

//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

//www.w3.org/1999/xhtml">

php基础教程:</p><p>字符串首尾空格处理|

--

.STYLE1{

color:

#FF0000;

font-weight:

bold;

}

-->

phpecho$PHP_SELF;?

>">

字符串首尾空格处理

字符:

 



php

if($_POST[submit1]!

="")

{

$str=$_POST[str];

echo$str."去除左空格的结果为".ltrim($str);

}

if($_POST[submit2]!

="")

{

$str=$_POST[str];

echo$str."去除右空格的结果为".rtrim($str);

}

if($_POST[submit3]!

="")

{

$str=$_POST[str];

echo$str."去除左右所有空格的结果为".trim($str);

}

?

>

四字符串的逆序输出

index.php:

DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN"

"http:

//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

//www.w3.org/1999/xhtml">

字符串的逆序输出|

--

.STYLE1{

color:

#FFFFFF;

font-weight:

bold;

}

-->

字符串的逆序输出

字符串:

 

 

 

 

result.php:

php

$str=$_POST[str];

echo$str."逆序输出的结果是".strrev($str);

?

>

五字符串的格式化输出

index.php:

php

printf("%'@20s","mingrisoft");

echo"
";

printf("%'#10.5f",12,345);

echo"
";

printf("%b",10);

echo"
";

printf("%o",10);

echo"
";

printf("%x",10);

echo"
";

printf("%X",10);

?

>

六字符串的分割与连接

index_1.php:

--

.STYLE1{color:

#FFFFFF}

-->

字符串的分割

字符串:

 

按以下字符进行:

 

index_2.php:

--

.STYLE1{color:

#FFFFFF}

-->

字符串的连接

字符串1:

 

字符串2:

 

字符串3:

 

按以下字符连接:

 

result_1.php:

php

$str1=$_POST[str1];

$str2=$_POST[str2];

$array=explode($str2,$str1);

echo"该字符串分割结果为:

"."
";

while(list($name,$value)=each($array))

{

echo$value."
";

}

?

>

result_2.php:

php

$str1[0]=$_POST[str11];

$str1[1]=$_POST[str12];

$str1[2]=$_POST[str13];

$str2=$_POST[str2];

$str=implode($str2,$str1);

echo"该字符串合并结果为:

"."
";

echo$str;

?

>

七字符串的查找

index.php:

DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN"

"http:

//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

//www.w3.org/1999/xhtml">

字符串的查找|

--

.STYLE1{color:

#FFFFFF}

-->

字符串查找

原字符串:

 

要查找的字符串:

 


php

if($_POST[submit]!

="")

{

$str1=$_POST[str1];

$str2=$_POST[str2];

echo"要查找的字符串在原字符串中的位置是:

".(strpos($str1,$str2)+1)."";

}

?

>

八字符串的大小比较

index.php:

DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN"

"http:

//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

//www.w3.org/1999/xhtml">

php基础教程:</p><p>字符串的大小比较|<title></p><p><linkrel="stylesheet"type="text/css"href="style.css"></p><p><styletype="text/css"></p><p><!</p><p>--</p><p>.STYLE1{color:</p><p>#FFFFFF}</p><p>--></p><p></style></p><p></head></p><p><body></p><p><tablewidth="250"height="100"border="0"align="center"cellpadding="0"cellspacing="0"></p><p><tr></p><p><tdbgcolor="#666666"><tablewidth="250"height="100"border="0"cellpadding="0"cellspacing="1"></p><p><formname="form1"method="post"action="index.php"></p><p><tr></p><p><tdheight="25"colspan="2"bgcolor="#666666"></p><p><divalign</p> </div> <div class="page_view" id="pageContainer" oncontextmenu="return false"> <!--end documenttopic--> </div> <div id="outer_page_more" style="margin-bottom:20px;background-color:#FFF; border:solid 1px #ccc; box-shadow:none; "> <div class="inner_page_more" id="page_more" style="width: 920px; overflow:hidden; line-height: 30px;"> <div id="html-reader-go-more" class="banner-wrap more-btn-banner" style="padding: 30px 0px; width: 920px; position:relative;"> <div id="loading" style="text-align:center;width: 920px; padding-bottom:100px; font-size: 18px; line-height:40px;"> <img src="https://static.bdocx.com/images/loading.gif" alt="加载" /><br /> 文档加载中……请稍候!<br /> <a rel="nofollow" href="https://www.bdocx.com/doc/24904352.html" style="color:blue;text-decoration:underline;">如果长时间未打开,您也可以点击刷新试试。</a> </div> <p style="text-align: center; font-size: 18px;"> <span id="ftip">下载文档到电脑,查找使用更方便</span> </p> <!-- <p style="text-align: center; font-size: 14px;"> <b></b><span><b style="color: #ff0000">3</b> 金币</span></p> --> <p style="text-align: center; padding-top: 15px;"> <table style="margin:0px auto;"><tr><td> <a target="_parent" rel="nofollow" href="https://www.bdocx.com/down/24904352.html" class="ui-bz-btn-senior banner-download" style="padding: 5px 35px; font-size: 15px; text-decoration: none"><b style="color: #fff">下载</b></a></td><td>   <a rel="nofollow" target="_blank" href="https://www.bdocx.com/UserManage/Recharge.aspx?f=0&d=24904352" class="ui-bz-btn-senior2 banner-download" style="padding: 5px 35px; font-size: 15px; text-decoration: none"><b style="color: #fff">加入VIP,免费下载</b></a></td></tr> </table> </p> <p id="ntip" style="text-align: center; padding-top: 30px;"> <div id="ntip" class="banner-more-btn" style="text-align: center; width: 250px; display:block; margin:20px auto;" onclick="showmorepage()"> <span class="moreBtn goBtn" style="text-align: center"><span>还剩<span id="spanpage"></span>页未读,</span><span class="fc2e">继续阅读</span></span><p class="down-arrow goBtn"></p> </div> </div> </div> </div> <div class="works-manage-box shenshu"> <a rel="nofollow" href="javascript:jubao()" title="举报" class="fLeft works-manage-item works-manage-report"> <span class="inline-block ico "> <img src="https://static.bdocx.com/images/jubao.jpg" alt="举报"></span> <br> 举报</a> <a rel="nofollow" href="https://www.bdocx.com/UserManage/CopyrightAppeal.aspx?bid=24904352" title="版权申诉" class="fLeft works-manage-item works-manage-report" target="_blank" <span class="inline-block ico"> <img src="https://static.bdocx.com/images/bang_tan.gif" width="18" alt="版权申诉"></span> <br> 版权申诉</a> <a rel="nofollow" class="fLeft" style="display:block; padding-top:17px; padding-left:20px;font-size:14px;"> word格式文档无特别注明外均可编辑修改;预览文档经过压缩,下载后原文更清晰! </a> <a target="_parent" rel="nofollow" href="https://www.bdocx.com/down/24904352.html" title="点击进入下载" class="fr hover-none works-manage-download"> <em class="mr5">立即下载</em><span class="download-ico2 ico inline-block vertical-middle"></span></a> <input type="hidden" value="1332" id="tu_id"> </div> <dl class="works-intro gray2 cl pb10" style="border-bottom: none; padding-bottom: 0"> <dt class="fl">配套讲稿:</dt><dd class="fl wordwrap" style="color:#666666"><p>如PPT文件的首页显示<font color="#FF0000">word图标</font>,表示该PPT已包<font color="#FF0000">含配套word讲稿</font>。双击word图标可打开word文档。 </p></dd> <dt class="fl">特殊限制:</dt><dd class="fl wordwrap" style="color:#666666"><p>部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。</p></dd> <dt class="fl">关 键  词:</dt><dd class="fl wordwrap"> php 基础教程 字符 </dd> </dl> <div class="works-intro gray2 c666"> <span class=" notice-ico"> <img alt="提示" src="https://static.bdocx.com/images/bang_tan.gif" style="padding-left: 24px; vertical-align: middle"></span>  冰豆网所有资源均是用户自行上传分享,仅供网友学习交流,未经上传用户书面授权,请勿作他用。 </div> <!--ta的资源--> <div class="mt10 related-pic-box" id="brandlist" style="height: 450px;"> <div class="works-comment-hd"> 该用户的其他资源 <a rel="nofollow" href="https://www.bdocx.com/user/308.html" class="fr" style="font-size: 12px; font-weight: normal" hidefocus="true" target="_blank">更多>></a></div> <div id="related-pic-list" class="related-pic-list cl" style="padding-left:12px; padding-right:0px;"> <ul> <li><h3><a href="https://www.bdocx.com/doc/24070514.html" target="_parent" title="《当代世界政治与经济》.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/9e5b09ba-760b-414f-8554-10565540dac6/86ff1fd237824d068dabe3e19b156c9a.gif' alt="《当代世界政治与经济》.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《当代世界政治与经济》.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070540.html" target="_parent" title="《背起爸爸上学》观后感5篇精品模板.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/9d590e19-7829-4892-b92d-e36efb33a897/7550405717ed40f5871bd5972d0501a6.gif' alt="《背起爸爸上学》观后感5篇精品模板.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《背起爸爸上学》观后感5篇精品模板.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070541.html" target="_parent" title="《个人能力提升计划》.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/4329ee6a-7ca8-4143-9740-b108a8943596/23aed521021142e5b68974ea75d6b166.gif' alt="《个人能力提升计划》.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《个人能力提升计划》.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070542.html" target="_parent" title="《教务管理课程管理系统》系统分析实验报告docx.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/ff121801-0918-45f2-9e54-7445d3db03a9/d5f647cde58346aba2089d7002ae3089.gif' alt="《教务管理课程管理系统》系统分析实验报告docx.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《教务管理课程管理系统》系统分析实验报告docx.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070554.html" target="_parent" title="《弟子规》全文带拼音.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/8c2e99c0-caa8-4693-9b0f-e6b773eb9b89/02226de6cf9545b89dc0b494a536067e.gif' alt="《弟子规》全文带拼音.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《弟子规》全文带拼音.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070555.html" target="_parent" title="《海底两万里》名著导读及检测试题教学内容.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/d9184574-fd1f-42b9-89b0-857c70a0052b/417f209f20c844a6b0d41ebcaadb1518.gif' alt="《海底两万里》名著导读及检测试题教学内容.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《海底两万里》名著导读及检测试题教学内容.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070556.html" target="_parent" title="《氓》导学案答案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/1e2bc275-1862-4bdf-87d5-a37673120a28/4181a65cf72c48be8d2d1179dace4d75.gif' alt="《氓》导学案答案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《氓》导学案答案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070557.html" target="_parent" title="《吞食天地2诸葛孔明传》完全攻略.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/2c2c3bd7-b5cb-48a0-a43d-cc61dcdf5f1f/9f95ef2369e14c54b7044a915c495b75.gif' alt="《吞食天地2诸葛孔明传》完全攻略.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《吞食天地2诸葛孔明传》完全攻略.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070558.html" target="_parent" title="《再见了母校》诗歌朗诵稿6篇范文.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/8922337b-0388-4e3b-b046-b1c8716557cc/259f44dfb1874936aebf517c4c89bfd6.gif' alt="《再见了母校》诗歌朗诵稿6篇范文.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《再见了母校》诗歌朗诵稿6篇范文.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070559.html" target="_parent" title="《铸造工艺说明书》word版.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/3ad05950-d9cd-4242-b0be-1fc288ffc759/93f24d7aea484f1bbc7b34c2feb63427.gif' alt="《铸造工艺说明书》word版.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《铸造工艺说明书》word版.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070562.html" target="_parent" title="12Unit9TheDamnedHumanRace.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/06611ed3-ff74-4865-bc0f-36347e1dfc88/c64a5c862eac44ff8b0ca5b36b97b1fd.gif' alt="12Unit9TheDamnedHumanRace.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 12Unit9TheDamnedHumanRace.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070563.html" target="_parent" title="27魏利金主讲郑州关于举办建筑结构设计疑难问题及结构施工图设计及审图常见问题专题1.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/9a1c7f60-d26f-44e0-ad8d-578080e00292/27155c919a944db68b72dba5fd5687cc.gif' alt="27魏利金主讲郑州关于举办建筑结构设计疑难问题及结构施工图设计及审图常见问题专题1.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 27魏利金主讲郑州关于举办建筑结构设计疑难问题及结构施工图设计及审图常见问题专题1.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070573.html" target="_parent" title="《电力建设工程质量监督检查典型大纲》风力发电部分.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/f4e87a22-300a-43f9-897f-9758582cb877/53367a037fff41d68b70176037843151.gif' alt="《电力建设工程质量监督检查典型大纲》风力发电部分.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《电力建设工程质量监督检查典型大纲》风力发电部分.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070574.html" target="_parent" title="《和孩子划清界限》读书笔记.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/771a468d-5632-4cde-8298-83b4feac7751/be1a8fa82d8c4966b65c62d4115cb6b3.gif' alt="《和孩子划清界限》读书笔记.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《和孩子划清界限》读书笔记.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070575.html" target="_parent" title="《莫泊桑小说两篇》doc.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/d76b3a9a-5cbf-4236-bea4-0dd2d9d06279/8eaccd0d8bdb4ad787a15e4f3b793ef5.gif' alt="《莫泊桑小说两篇》doc.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《莫泊桑小说两篇》doc.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070576.html" target="_parent" title="《网络设备安装配置与调试》试题B卷.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/58c529ad-f2f3-4083-aa7d-2edaae65362c/5ef162d1667342f0b4059f30fc4bf640.gif' alt="《网络设备安装配置与调试》试题B卷.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《网络设备安装配置与调试》试题B卷.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070612.html" target="_parent" title="《安全生产技术》第一章第一节.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/1991153f-cede-4255-af62-fdf4f5da6df8/d29cbe9a2ba846afb1cb1605ad3c490f.gif' alt="《安全生产技术》第一章第一节.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《安全生产技术》第一章第一节.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070613.html" target="_parent" title="《高级计算机网络》课程综述.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/fc7ae72c-f87a-42aa-80c0-07c7cc70b098/003a9e4e91ba4aa499be055e7e6f9b57.gif' alt="《高级计算机网络》课程综述.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《高级计算机网络》课程综述.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070614.html" target="_parent" title="《检验核医学》教学大纲.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/274da475-b678-4602-84e4-9498aa306d41/983936eb0810402797168443b966c505.gif' alt="《检验核医学》教学大纲.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《检验核医学》教学大纲.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070623.html" target="_parent" title="《大学英语》第6段段落与课文翻译.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/1edd1d6f-7c71-4ed7-bbc3-1a08936f9a42/b902b7e0230a47369657295081c5f4c8.gif' alt="《大学英语》第6段段落与课文翻译.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《大学英语》第6段段落与课文翻译.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070624.html" target="_parent" title="《构造地质学》作图题例题.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/fd82a032-a4da-4f97-8348-65de19758a58/9dc56fb67d18419aa25fc0f653472df5.gif' alt="《构造地质学》作图题例题.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《构造地质学》作图题例题.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070625.html" target="_parent" title="《流体力学与热工基础》教学大纲重点难点.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/42f6afbc-6460-4816-8d41-6130d1bb4b5a/e0b2cfa02c2d4285ba64bf7bc12f6d0c.gif' alt="《流体力学与热工基础》教学大纲重点难点.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《流体力学与热工基础》教学大纲重点难点.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070626.html" target="_parent" title="《索证索要制度》.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/ad7bce08-6ee3-4d37-9f4f-f2670dc0b300/819c968030004921aa06eb623e64f246.gif' alt="《索证索要制度》.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《索证索要制度》.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070627.html" target="_parent" title="《中医临床护理学》试题库及答案六.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/fd3c47b2-1dda-48a0-96df-0e34e060d8b3/a1c117ac83f24f9bbbe1d81d5bd08398.gif' alt="《中医临床护理学》试题库及答案六.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《中医临床护理学》试题库及答案六.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070628.html" target="_parent" title="2汽车装配工艺及调试技术10页word.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/25c53d8f-75ff-4590-ad41-e139b2cd07b3/9f65bf6903ad4f3faa053e2b0756b33a.gif' alt="2汽车装配工艺及调试技术10页word.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 2汽车装配工艺及调试技术10页word.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070629.html" target="_parent" title="5 草船借箭教案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/cee4cdf5-1a82-4d79-97dc-fd56f4b41e11/1bad674f27a84f7eb313c0a867ca6641.gif' alt="5 草船借箭教案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 5 草船借箭教案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070630.html" target="_parent" title="《管理会计》试题库选择.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/29f2746d-399a-4d83-8600-6ec7855ac8b0/33440a2fb5e040dbaaaa7f684a74d2b8.gif' alt="《管理会计》试题库选择.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《管理会计》试题库选择.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070631.html" target="_parent" title="《麻雀》教案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/50e8c114-60ba-4e35-9139-5e351088eb0b/8b4ec955789c420d8159e60d39eb59b1.gif' alt="《麻雀》教案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《麻雀》教案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070632.html" target="_parent" title="《砼渗水整改措施》.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/fb8b8df6-4348-4f44-ad15-4d8ba3bdaa38/43ae28f8efc942fa85887874fa9f60f3.gif' alt="《砼渗水整改措施》.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《砼渗水整改措施》.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070648.html" target="_parent" title="《语言学纲要》 叶蜚声徐通锵版复习.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/7becf954-c9ea-4c23-8e2c-8239b24ea7c0/d60eef03ca67497f8f33afcf7bc17fb4.gif' alt="《语言学纲要》 叶蜚声徐通锵版复习.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《语言学纲要》 叶蜚声徐通锵版复习.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070649.html" target="_parent" title="《产品质量法》培训.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/c153caff-2b99-440f-9dfc-01d58d49a953/f3fd668f70754b64814a964ae8707daf.gif' alt="《产品质量法》培训.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《产品质量法》培训.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/24070650.html" target="_parent" title="《工程招投标与合同管理》期末考试复习题及参考答案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2023-5/24/dfd64cd1-f3c4-424d-87d0-7fdc6cf1afaa/db89ec0beb514db89f015cd26b548a9c.gif' alt="《工程招投标与合同管理》期末考试复习题及参考答案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《工程招投标与合同管理》期末考试复习题及参考答案.docx </a></h3></li> </ul> </div> </div> <div class="mt10 related-pic-box" id="Div1" style="height: 450px; overflow:hidden;"> <div class="works-comment-hd"> 猜你喜欢 </div> <div id="related-pic-list" class="related-pic-list cl" style="padding-left:12px; padding-right:0px;"> <ul> <li><h3><a href="https://www.bdocx.com/doc/4230695.html" target="_parent" title="中建大厦智慧工地方案计划.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/28/a01fe68f-5e12-4813-91a1-8217dc67652e/fdf6a69de22e4d85bdf5f04f18a944ef.gif' alt="中建大厦智慧工地方案计划.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 中建大厦智慧工地方案计划.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/4230696.html" target="_parent" title="OutlookEnglish.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/28/510102d4-8c95-4935-a9a2-61b22eda2a1f/51d5a10ff6104d4b954176adedb3d94d.gif' alt="OutlookEnglish.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> OutlookEnglish.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/4230697.html" target="_parent" title="浙教版六年级数学下册期末数的整除复习题精选13.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/28/66066769-b401-4b1c-bfea-d56d7e98466e/98a7bcf9789f4838b5f0bc3825c58961.gif' alt="浙教版六年级数学下册期末数的整除复习题精选13.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 浙教版六年级数学下册期末数的整除复习题精选13.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/4230698.html" target="_parent" title="人教版小学四年级数学下册四则混合运算练习题 307.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/28/ad9eef6c-761f-4957-83f9-32fbfdd721e5/164fe4495e97460a9cbd2152f17bcacf.gif' alt="人教版小学四年级数学下册四则混合运算练习题 307.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 人教版小学四年级数学下册四则混合运算练习题 307.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/4230699.html" target="_parent" title="季洋洋基于PLC的工业污水处理系统设计.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/28/44543def-1e63-4642-9d9b-123f8c15c9bd/18e26e027264459d8e198e8568f7ab8e.gif' alt="季洋洋基于PLC的工业污水处理系统设计.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 季洋洋基于PLC的工业污水处理系统设计.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/4230700.html" target="_parent" title="三年级数学上册笔算乘法50.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/28/fb159ca8-54b7-4339-b2a8-d2fbe099f781/3a7360ad5b6e49ef844a38bd860bb296.gif' alt="三年级数学上册笔算乘法50.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 三年级数学上册笔算乘法50.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/4230701.html" target="_parent" title="中国家私行业情况分析.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/28/af505e06-cbc6-40a2-b34f-a137b82ada9b/aad55c744e554230a55f4bc1d100acda.gif' alt="中国家私行业情况分析.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 中国家私行业情况分析.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/4230702.html" target="_parent" title="三年级数学下册解决问题大全57.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/28/c0980704-fd69-40cb-9ce1-de987e9189cb/9cf53fac9c504aa68bd478e8aa3e6808.gif' alt="三年级数学下册解决问题大全57.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 三年级数学下册解决问题大全57.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/4230703.html" target="_parent" title="百科知识问答题库饮食.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/28/f8e0bd92-ea1f-4bfc-acc7-b7fcbdc7e1a9/40117f080b16434ab1736800da95ba59.gif' alt="百科知识问答题库饮食.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 百科知识问答题库饮食.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/4230704.html" target="_parent" title="山东省菏泽市曹县学年九年级中考二模地理试题.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/28/b009a928-6947-4ff6-a676-933c1fa8669f/3abc9ea8156f47ffb99279d5625dc675.gif' alt="山东省菏泽市曹县学年九年级中考二模地理试题.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 山东省菏泽市曹县学年九年级中考二模地理试题.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/4230705.html" target="_parent" title="江苏省行政职业能力测验C类真题完整+答案+解析.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/28/ba9f9961-0adb-4296-bc2a-be8bbf840cb9/27adcdd073c14755b7a7513350bf6d7b.gif' alt="江苏省行政职业能力测验C类真题完整+答案+解析.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 江苏省行政职业能力测验C类真题完整+答案+解析.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/4230706.html" target="_parent" title="Windows快捷键大全.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/28/81a5236b-479c-4c8d-8302-17cfc78464de/ef85ae3c970544d0b8a0c737c51a9e7f.gif' alt="Windows快捷键大全.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> Windows快捷键大全.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/4230707.html" target="_parent" title="专题07磁场.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/28/f9c77969-cd4a-4336-a581-ea1a03d3f5ef/f0d660f2970f4126970746cd8e76c83c.gif' alt="专题07磁场.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 专题07磁场.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/4230708.html" target="_parent" title="北京市海淀区初三第一学期期末物理试题及答案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/28/948af47d-efec-480a-9c5f-ff6c44d44d63/12449ee2c7b24d88b4abad26a2de3753.gif' alt="北京市海淀区初三第一学期期末物理试题及答案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 北京市海淀区初三第一学期期末物理试题及答案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/4230709.html" target="_parent" title="人教版七下英语课文.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/28/a105aff0-5496-42fe-a6fc-3ad7c4462153/3906f57eb78a41deb07ad756798cfe37.gif' alt="人教版七下英语课文.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 人教版七下英语课文.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/4230710.html" target="_parent" title="陕西省语文中考试题及答案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/28/47be3b26-199a-40f0-899c-5160ea575f7f/482eafdb76e64d04b0df2876fa39d331.gif' alt="陕西省语文中考试题及答案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 陕西省语文中考试题及答案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/4230711.html" target="_parent" title="精编a4版 高一英语Module 3 My First Ride on a Train讲解与练习附答案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/28/0b3a5f24-8533-4502-8b5d-b2718d323f5a/3b9690cdbe8345e5994255dd2388220e.gif' alt="精编a4版 高一英语Module 3 My First Ride on a Train讲解与练习附答案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 精编a4版 高一英语Module 3 My First Ride on a Train讲解与练习附答案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/4230712.html" target="_parent" title="北师大版历史七下期末复习片区学年七年级下学期期中考试历史试题.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/28/fa639cc9-b7fe-4cad-92b1-fca2efd99ff3/eaa23bddcbc34439812cc52e05ec516b.gif' alt="北师大版历史七下期末复习片区学年七年级下学期期中考试历史试题.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 北师大版历史七下期末复习片区学年七年级下学期期中考试历史试题.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/4230713.html" target="_parent" title="自考公证与律师制度资料.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/28/b6d50d48-65b8-416b-8aa1-cb85e8ccef35/3c14cbde59304be6b721d0b363a7a5e3.gif' alt="自考公证与律师制度资料.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 自考公证与律师制度资料.docx </a></h3></li> </ul> </div> </div> <div class="mt10 works-comment"> <div class="works-comment-hd"> <span class="font-tahoma">关于本文</div> <div style="line-height: 25px; padding: 10px 20px;"> 本文标题:php基础教程字符.docx<br /> 链接地址:<a rel="nofollow" href="https://www.bdocx.com/doc/24904352.html">https://www.bdocx.com/doc/24904352.html</a><br /> </div> </div> </div> <div class="boxright" id="boxright" > <div class="fr detail-aside" id="Div11" style="width:290px;"> <div class="box hot-keywords mt10" id="relatebox"> <div class="boxHd" style="padding-bottom: 0px;"> <em></em><span>相关资源</span> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=php%e5%9f%ba%e7%a1%80%e6%95%99%e7%a8%8b%e5%ad%97%e7%ac%a6.docx');" >更多</a> </div> <div id="author-works-list" class="author-works-list bgF"> <ul> <li><img alt="初中语文必背50个文学常识.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30867079.html" title="初中语文必背50个文学常识.docx">初中语文必背50个文学常识.docx</a> </li><li><img alt="初中语文常考词语解释90组.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30867078.html" title="初中语文常考词语解释90组.docx">初中语文常考词语解释90组.docx</a> </li><li><img alt="初中语文诗歌鉴赏万能答题模板.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30867077.html" title="初中语文诗歌鉴赏万能答题模板.docx">初中语文诗歌鉴赏万能答题模板.docx</a> </li><li><img alt="初中语文散文阅读知识与技巧.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30867076.html" title="初中语文散文阅读知识与技巧.docx">初中语文散文阅读知识与技巧.docx</a> </li><li><img alt="初中语文常用的诗歌表现手法.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30867075.html" title="初中语文常用的诗歌表现手法.docx">初中语文常用的诗歌表现手法.docx</a> </li><li><img alt="初中语文考试作文开头总结.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30867074.html" title="初中语文考试作文开头总结.docx">初中语文考试作文开头总结.docx</a> </li><li><img alt="初中语文理解词语的18种方法.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30867073.html" title="初中语文理解词语的18种方法.docx">初中语文理解词语的18种方法.docx</a> </li><li><img alt="初中语文课外常识50题(含答案).docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30867072.html" title="初中语文课外常识50题(含答案).docx">初中语文课外常识50题(含答案).docx</a> </li><li><img alt="初中语文拓展:王勃《滕王阁序》中的40个成语.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30867071.html" title="初中语文拓展:王勃《滕王阁序》中的40个成语.docx">初中语文拓展:王勃《滕王阁序》中的40个成语.docx</a> </li><li><img alt="初中语文七年级下册古诗文默写.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/30867070.html" title="初中语文七年级下册古诗文默写.docx">初中语文七年级下册古诗文默写.docx</a> </li></div> </ul> </div> <div class="box hot-keywords mt10" id="box3" style="overflow: hidden;width: 288px; border:solid 1px #dedede;"> <div class="boxHd" style="border: none;padding-bottom: 0px;"> <em></em><span>相关搜索</span> </div> <input name="ctl00$Content$hiddenCategoryID" type="hidden" id="Content_hiddenCategoryID" value="134" /> <div class="hot-keywords-list"> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=php');" class="tag-item ico" title="php" hidefocus="true"><span class="ico"><em> php</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e5%9f%ba%e7%a1%80%e6%95%99%e7%a8%8b');" class="tag-item ico" title="基础教程" hidefocus="true"><span class="ico"><em> 基础教程</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e5%ad%97%e7%ac%a6');" class="tag-item ico" title="字符" hidefocus="true"><span class="ico"><em> 字符</em></span></a> </div> </div> <div class="job-recommend"> <h3 class="job-title"><svg t="1586228347294" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="https://www.w3.org/2000/svg" p-id="7996" width="20" height="20"><path d="M870 154c-13.1-13.1-30.4-21.8-49.8-24L527.8 97.5c-25.2-2.8-50.3 6-68.3 24l-326 326c-48.7 48.7-48.7 128.5 0 177.2l265.8 265.8c48.7 48.7 128.5 48.7 177.2 0l326-326c17.9-17.9 26.8-43.1 24-68.3L894 203.8c-2.2-19.4-10.9-36.8-24-49.8z m3.2 381.1l-326 326c-15.7 15.7-36.8 24.4-59.3 24.4s-43.5-8.7-59.3-24.4L162.9 595.3c-15.7-15.7-24.4-36.8-24.4-59.3s8.7-43.5 24.4-59.2l326-326c7.9-7.9 18.5-12.3 29.7-12.3 1.5 0 3.1 0.1 4.6 0.3l292.4 32.5c9.6 1.1 18.2 5.2 25 12 6.8 6.8 11 15.5 12.1 25.1l32.5 292.3c1.5 12.8-2.9 25.3-12 34.4z" p-id="7997" fill="#ea986c"></path><path d="M723.3 217.7c-45.8 0-83 37.2-83 83s37.2 83 83 83 83-37.2 83-83c0-45.9-37.1-83-83-83z m0 124.5c-22.9 0-41.5-18.6-41.5-41.5s18.6-41.5 41.5-41.5 41.5 18.6 41.5 41.5-18.6 41.5-41.5 41.5z" p-id="7998" fill="#ea986c"></path></svg> 热门标签</h3> <div class="job-recommend-area"> <ul class="taglist--inline multi"> <li class="tagPopup"><a target="_parent" class="tag tag1" href="https://www.bdocx.com/mark/20niangaoxiaogong.html">20年高校工</a></li> <li class="tagPopup"><a target="_parent" class="tag tag2" href="https://www.bdocx.com/mark/wenyiwengaodinghehuorenlushi.html">文一文搞定合伙人律师</a></li> <li class="tagPopup"><a target="_parent" class="tag tag3" href="https://www.bdocx.com/mark/huanjingchuangshepingbihuodong.html">环境创设评比活动</a></li> <li class="tagPopup"><a target="_parent" class="tag tag4" href="https://www.bdocx.com/mark/yingyujianglaiwancheng.html">英语将来完成</a></li> <li class="tagPopup"><a target="_parent" class="tag tag0" href="https://www.bdocx.com/mark/shouhoukefugeren.html">售后客服个人</a></li> <li class="tagPopup"><a target="_parent" class="tag tag1" href="https://www.bdocx.com/mark/jingbianshashijiagongsheji.html">精编砂石加工设计</a></li> <li class="tagPopup"><a target="_parent" class="tag tag2" href="https://www.bdocx.com/mark/jiegaokaohuaxueelunfuxitixingtexunjingbian40tihuaxueshiyanjichudaanjiexigaokaohuaxue.html">届高考化学二轮复习题型特训精编40题化学实验基础答案+解析高考化学</a></li> <li class="tagPopup"><a target="_parent" class="tag tag3" href="https://www.bdocx.com/mark/jiudianwaipaigongchengshigongfangan.html">酒店外排工程施工方案</a></li> <li class="tagPopup"><a target="_parent" class="tag tag4" href="https://www.bdocx.com/mark/huanledeyuandanlianhuanhuilianhuanhuizuowen350zichuyijishihuanleyuandan.html">欢乐的元旦联欢会联欢会作文350字初一记事欢乐元旦</a></li> <li class="tagPopup"><a target="_parent" class="tag tag0" href="https://www.bdocx.com/mark/huwaidaohangrumenjingtong.html">户外导航入门精通</a></li> </ul> </div> </div> </div> </div> </div> </div> <script src="https://static.bdocx.com/js/artDialog-5.0.3/artDialog.min.js"></script> </div> <div class="tempdiv cssnone" style="line-height:0px;height:0px; overflow:hidden;"> </div> <script> var doctitle = "php基础教程字符.docx"; Encoder.EncodeType = "entity"; var nodecode = '0001800001'; var adhtml = ""; var adarray = Encoder.htmlDecode(adhtml); initWidth(); var product_id = "24904352"; var product_code = "24904352"; var mtp = 20; var fCount = 29; var stp = 1; var lmt = 20; var ForceFreepage = parseInt('20'); if(lmt > ForceFreepage)lmt = ForceFreepage; var mhs = 595 * 841; var mhi = new Array("342774"); var mhls = new Array("0"); var mfvs = new Array("0"); var sw = 595; var sh = 841; var IsDealSwfSize = sw > 0; var minwidth=920; var BookMarkPage = parseInt('1'); var adpagecount = parseInt("2"); var defaultShowPage =parseInt( "5"); var defaultShowPage2 =defaultShowPage; var leftfilecount = fCount - defaultShowPage; if(leftfilecount<0)leftfilecount=0; var scorename = "金币"; var LimitText = '3'; var LimitButtonText = '现在购买'; var DocScoreDownLoad = parseFloat('3'); var ReadLimitDays = "365"; var bookrelArray = ""; var url_root = "https://www.bdocx.com/"; var goumaiico = 'images/xiazai_1.gif'; var lmtext = ''; lmtext = '<div class="inner_page_more" id="page_more" style="width:930px; height:260px; line-height:30px;">' +'<div id="html-reader-go-more" class="banner-wrap more-btn-banner" style="padding-top:40px; width:930px;">' +'<p style="text-align:center;font-size:18px;">亲,很抱歉,此页已超出免费预览范围啦!<br/>如果喜欢就下载吧,价低环保!</p><p style="text-align:center;font-size:14px;">' +'<b></b><span><b style="color:#ff0000">3</b> 金币</span>' +'</p><p style="text-align:center; padding-top:30px;">' +'<a target="_parent" rel="nofollow" href="https://www.bdocx.com/down/24904352.html" class="ui-bz-btn-senior banner-download" style="padding:5px 35px; font-size:15px; text-decoration:none">' +'<b style="color:#fff">立即下载</b></a>' +'   <a target="_blank" href="https://www.bdocx.com/UserManage/Recharge.aspx?f=0&d=24904352"class="ui-bz-btn-senior2 banner-download" style="padding:5px 35px; font-size:15px; text-decoration:none">' +'<b style="color:#fff">加入VIP,免费下载</b></a>' +'</p></div></div> '; var curtotalpage = defaultShowPage; function showmorepage() { var from = curtotalpage+1; var leftcount = ((mtp - curtotalpage)<defaultShowPage?mtp:(curtotalpage+defaultShowPage)); for (var i = from; i <=leftcount; i++) { Viewer._Addpage(i); curtotalpage+=1; } leftfilecount = mtp - (curtotalpage); Viewer._dfsp=curtotalpage; if(from<leftcount) { Viewer.InitAD_left(from,leftcount); showAd(); } if(leftfilecount<=0) { if("#ftip")$("#ftip").text("本资源只提供20页预览,全部文档请下载后查看!喜欢就下载吧,查找使用更方便"); if($("#nftip"))$("#nftip").html("此文档不允许下载,在线阅读到最后一页了。"); $("#ntip").hide(); $("#ntip2").hide(); if($("#btnvip"))$("#btnvip").html("VIP查看完整版"); if("#ftip3")$("#ftip3").text(fCount-curtotalpage); if($("#ftip2"))$("#ftip2").show(); if(fCount-curtotalpage <=0) { if("#ftip2")$("#ftip2").text("预览完成,如需下载请加入VIP"); if($("#btnvip"))$("#btnvip").html("VIP免费下载"); } } var st = ($(this).scrollTop()); $(this).scrollTop(st +1); $("#spanpage").text(fCount-curtotalpage); } function showmoretopage(to) { var from = curtotalpage+1; var leftcount = ((mtp - curtotalpage)<defaultShowPage?mtp:(curtotalpage+defaultShowPage)); if(to > leftcount)leftcount=to; for (var i = from; i <=leftcount; i++) { Viewer._Addpage(i); curtotalpage+=1; } leftfilecount = mtp - (curtotalpage); Viewer._dfsp=curtotalpage; if(from<leftcount) { Viewer.InitAD_left(from,leftcount); showAd(); } if(leftfilecount<=0) { if("#ftip")$("#ftip").text("本资源只提供20页预览,全部文档请下载后查看!喜欢就下载吧,查找使用更方便"); if($("#nftip"))$("#nftip").html("此文档不允许下载,在线阅读到最后一页了。"); $("#ntip").hide(); $("#ntip2").hide(); if($("#btnvip"))$("#btnvip").html("VIP查看完整版"); if("#ftip3")$("#ftip3").text(fCount-curtotalpage); if($("#ftip2"))$("#ftip2").show(); if(fCount-curtotalpage <=0) { if("#ftip2")$("#ftip2").text("预览完成,如需下载请加入VIP"); if($("#btnvip"))$("#btnvip").html("VIP免费下载"); } } $("#spanpage").text(fCount-curtotalpage); } function adss() {var st = ($(this).scrollTop())-2; $(this).scrollTop(st);} function showAd() { $(".addivp").each(function(){ var adindex = ($(this).attr("link")); var adid = ($(this).attr("id")); document.getElementById(adid).innerHTML = document.getElementById("adpre" + adindex).outerHTML; $("#adpre" + adindex).css({ margin: "0px auto" }); }); } </script> <script> var operateType = 1; var uid = "0"; var DocID = "24904352"; var zw = 595; var zh = 841; var zrate = (zw==0||zh==0)?1:(zh/zw); var isplay = 0; var width = "830"; var height = getClientHeight(); if (height < 560) height = 560; height = ('False' == 'True' ? 570 : height); var scorename = "金币"; var params = {}; </script> <script src="https://static.bdocx.com/master/view/view2.js"></script> <script> $(document).ready(function() { initPage(); $("#loading").hide(); $("#spanpage").text(leftfilecount); var lf = mtp - (defaultShowPage); if(lf<=0) { if("#ftip")$("#ftip").text("本资源只提供20页预览,全部文档请下载后查看!喜欢就下载吧,查找使用更方便"); if($("#nftip"))$("#nftip").html("此文档不允许下载,在线阅读到最后一页了。"); $("#ntip").hide(); $("#ntip2").hide(); if($("#btnvip"))$("#btnvip").html("VIP查看完整版"); if("#ftip3")$("#ftip3").text(fCount-curtotalpage); if($("#ftip2"))$("#ftip2").show(); if(fCount-curtotalpage <=0) { if("#ftip2")$("#ftip2").text("预览完成,如需下载请加入VIP"); if($("#btnvip"))$("#btnvip").html("VIP免费下载"); } } window.setTimeout( function () { try { if(BookMarkPage == 1) { $(this).scrollTop(0); } else { Viewer._GotoPage(BookMarkPage); } }catch(e){} },500); if(defaultShowPage>0){ $("#outer_page_more").show();}else{ $("#outer_page_more").hide();} }); </script> <script> $('body').bind('contextmenu', function() {return false;}); $('body').bind("selectstart",function(){return false;}); </script> <div class="cssnone"> <iframe title = "来源分析" src="https://www.bdocx.com/BookRead.aspx?id=80qc8HWXWpfC%2fyc3X17kyA%3d%3d&parto=sFMznlm8lMqPirE36gCXb96YosGXViW3BNb%2bZ1RMatj%2bVahUksMywXO%2fkyRZSURxp2B0mdzn%2bqbBgO4K0prdOIMhDr0YnaQ33zRDTIdc%2frOGkcF1I9xCSIBqfeca0t9Y86upKO7Sqlm50qq7WMRUzYehVN4M2mwGyWXOVUbxZf1GWK0Ikh0iGbOkgkVBENoNwLs1hbltzwlbweEwTYTOugOHCNRylWQo" frameborder="0" style="width: 0px; height: 0px"> </iframe> </div> <!-- JiaThis Button END --> <span id="LabelScript"></span> </div> </div> <div class="getwximg_div" style="display:none;"> </div> <script> var isloginto = false; function initwxlogin() { var arr = $(".getwximg_div"); for (var i = 0; i < arr.length; i++) { (function (index) { var url = "https://www.bdocx.com/header.aspx?getcate=100"; $.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>function popLogin() { window.location.href = '/login.aspx?returl=https%3a%2f%2fwww.bdocx.com%2fView_wj.aspx%3fid%3d24904352'; return; }</script> <script type="text/javascript"> var objjubao = null; function jubao() { var html = '<iframe src="https://www.bdocx.com/UserManage/ReportBack.aspx?id=24904352&url=rkm56XE mSTpX60 NSICJJzJeI0SxkjuKOfuUZPhKhAQl9UykK1w7OJoRXEHD 6 " scrolling="no" frameborder="0" style="width: 600px; height: 420px"></iframe>'; objjubao = art.dialog({ title: '非法内容有奖举报', content: html, close: Closejubao, width: '700', height: '470', skin: 'blue', lock: true, background: '#666', opacity: .6, duration: 300, fixed: true, left: '50%', top: '38.2%', zIndex: 1987, resize: true, drag: true }); } function Closejubao() { objjubao.close(); } </script> <!--foot--> <div class="bg_100 foot_nav_bg" style=" min-width:1200px;"> <div class="foot_nav"> <a href="https://www.bdocx.com/h-33.html" target="_blank" >关于我们</a> - <a href="https://www.bdocx.com/h-34.html" target="_blank" >网站声明</a> - <a href="https://www.bdocx.com/h-35.html" target="_blank" > 网站地图</a> - <a href="https://www.bdocx.com/sitemap.html" target="_blank" > 资源地图</a> - <a href="https://www.bdocx.com/friend.aspx" target="_blank" >友情链接</a> - <a rel="nofollow" target="_blank" href="https://wpa.qq.com/msgrd?v=3&uin=307372695&site=qq&menu=yes" >网站客服</a> - <a rel="nofollow" href="https://www.bdocx.com/h-38.html" target="_blank" >联系我们</a> </div> </div> <div class="bg_100 siteInner_bg" style=" min-width:1200px;"> <div class="siteInner"> <p style="text-align: center;">copyright@ 2008-2022 冰点文档网站版权所有</p><p style="text-align: center;">经营许可证编号:<a href="http://beian.miit.gov.cn/" target="_blank">鄂ICP备2022015515号-1</a></p><script>var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?e215eb657a3f46c69d47e590e96ccbdd"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();</script><script>(function(){ var el = document.createElement("script"); el.src = "https://lf1-cdn-tos.bytegoofy.com/goofy/ttzz/push.js?46796c789de3003a5113847b2981b93831ac52d6d1cb31ddda7500aa017814283d72cd14f8a76432df3935ab77ec54f830517b3cb210f7fd334f50ccb772134a"; el.id = "ttzz"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(el, s); })(window)</script> </div> </div> <!--foot end--> <!-- 代码部分begin --> <div class="QQ_S" style="height: auto;position:fixed;right: 0px;bottom: 20px; top:auto;"> <div class="Q_top" onclick="HideFoot()"> <span class="signi"></span>收起</div> <div class="Q_botm"> <div class="Q_pic"> <div class="Q_pic_hide"> <a rel="nofollow" href="https://wpa.qq.com/msgrd?v=3&uin=307372695&site=qq&menu=yes" target="_blank" title="在线客服" ><span class="hide_pic"></span>在线客服</a> </div> </div> <div class="Q_anser"> <div class="Q_anser_hide"><a rel="nofollow" target="_blank" href="http://mail.qq.com/cgi-bin/qm_share?t=qm_mailme&email=307372695@qq.com" title="意见反馈"> <span class="hide_pic1"></span>意见反馈 </a> </div> </div> <div class="Q_sign"> <div class="Q_sign_hide" onclick="backToTop();"><a rel="nofollow" href="javascript:void(0)" title="返回顶部"><span class="hide_pic2"></span>返回顶部 </a></div> </div> </div> </div> <div class="QQ_S1"> <div class="Q_top1" onclick="ShowFoot()"> <span class="signj"></span>展开</div> <div class="Q_botm1"> <div class="Q_pic1"> <div class="Q_pic1_hide"> <a rel="nofollow" target="_blank" href="https://wpa.qq.com/msgrd?v=3&uin=307372695&site=qq&menu=yes" > <span class="hide_pic3"></span>QQ交谈</a></div> </div> <div class="Q_sign1"> <div class="Q_sign1_hide" onclick="backToTop();"><a rel="nofollow" href="javascript:void(0)">返回顶部</a></div> </div> </div> </div> <!-- 代码部分end --> <script type="text/javascript" src="https://static.bdocx.com/js/lanrenzhijia.js"></script> <script type="text/javascript" src="https://static.bdocx.com/js/jquery.lazyload.js"></script> <script type="text/javascript" charset="utf-8"> $("img.lazys").lazyload({ threshold: 200, effect: "fadeIn" }); </script> <script type="text/javascript" src="https://static.bdocx.com/umeditor/xss.js"></script> </body> </html>