20、下列不是HTML中特殊字符的字符转义序列是( )。
解析:选项解析:
A. \ - 在HTML中,反斜杠(\)并不是一个特殊字符的转义序列。在HTML中通常使用它来转义引号等字符,但这并不是标准用法,标准转义序列通常使用 & 符号开头。
B. < - 这是小于号(<)的HTML转义序列。在HTML中,小于号用于标签的开始,直接使用会破坏文档结构,因此需要转义。
C. > - 这是大于号(>)的HTML转义序列。在HTML中,大于号用于标签的结束,直接使用同样会破坏文档结构,因此需要转义。
D. ⊤ - 这个符号不是HTML中定义的特殊字符转义序列。在HTML中,特殊字符的转义序列通常是由 & 符号开头,后跟字符名,并以分号结尾。
为什么选D: 选项D ⊤ 并不符合HTML特殊字符转义序列的定义。HTML特殊字符转义序列是用来在HTML文档中安全地表示那些可能被解释为HTML标记的字符,如 <, >, & 等。这些序列都是以 & 开头,以 ; 结尾,而 ⊤ 既不是以 & 开头,也不是一个标准的HTML转义序列。因此,正确答案是D。
https://www.shititong.cn/cha-kan/shiti/00158447-8a22-3462-c0a8-777418075700.html
点击查看答案
21、<img />标记链接图片的属性是( )。
A. src
B. alt
C. width
D. height
解析:这道题目是关于HTML中
标签用于链接图片的属性。
解析各个选项:
A. src:这个属性是
标签的核心属性,用于指定图片的来源URL(即图片的路径)。没有这个属性,图片将无法加载显示。因此,这个属性是用于“链接图片”的。
B. alt:这个属性用于提供图片的替代文本。当图片因为某种原因(如加载失败、用户使用了屏幕阅读器等)无法显示时,替代文本会被显示出来。虽然它对于图片的描述很重要,但它不是用于链接图片的。
C. width:这个属性用于设置图片的显示宽度。它影响图片的显示尺寸,但并不涉及图片的链接或来源。
D. height:这个属性用于设置图片的显示高度。和width属性一样,它影响图片的显示,但与图片的链接无关。
选择答案A的原因:题目问的是用于“链接图片”的属性,而src属性正是用来指定图片来源(即链接)的。因此,正确答案是A。
https://www.shititong.cn/cha-kan/shiti/00158447-8a22-3696-c0a8-777418075700.html
点击查看答案
22、下列标记中,用于定义HTML文档所要显示内容的是( )。
A. <head></head>
B. <body></body>
C. <html></html>
D. <title></title>
解析:这道题考察的是HTML文档结构的基础知识。
A. :这个标签对用于定义HTML文档的头部,通常包含文档的元数据,如标题(
)、样式表链接、脚本链接和其他元信息。它不直接用于显示内容。
B. :这个标签对是正确答案,因为标签定义了HTML文档的主体,即浏览器中显示的页面内容,如文本、图片、视频、游戏、可播放的音频和视频等。
C. :这个标签对是所有其他HTML元素的父元素,它告诉浏览器这是一个HTML文档。它本身并不直接用于显示内容,而是作为一个容器包含所有的头部和主体内容。
D.
:这个标签对用于定义HTML文档的标题,即显示在浏览器标签页上的文本。它不是用来定义页面主体内容的。
因此,正确答案是B. ,因为这是唯一一个专门用于定义和包含HTML文档显示内容的标签对。
https://www.shititong.cn/cha-kan/shiti/00158447-8a22-39a2-c0a8-777418075700.html
点击查看答案
23、在HTML中,常用的字符集编码方式有UTF-8和gb2312两种。下列关于字符集的描述正确的是( )。
A. UTF-8字符集中,只有中文,没有日语、阿拉伯语等其他语言
B. 同样的文本,使用UTF-8格式要比gb2312格式文件体积小
C. UTF-8字符集由中国制定标准
D. 制作有韩语字符的网页,不能使用gb2312字符集
解析:解析以下这道题的各个选项以及选择答案D的原因:
A. UTF-8字符集中,只有中文,没有日语、阿拉伯语等其他语言
解析:UTF-8(Unicode Transformation Format-8 bits)是一种变长字节表示的Unicode字符集编码方式。它可以表示包括中文在内的几乎所有语言的字符,包括日语、阿拉伯语等。因此,这个选项是错误的。
B. 同样的文本,使用UTF-8格式要比gb2312格式文件体积小
解析:UTF-8编码的字节长度是可变的,对于英文等ASCII字符,UTF-8只需要1个字节,但对于中文等双字节字符,UTF-8通常需要3个字节。而gb2312是中国国家标准字符集,用于简体中文,采用双字节编码。如果文本全部由简体中文组成,gb2312可能会比UTF-8更节省空间。然而,如果文本包含多种语言的字符,UTF-8可能会更灵活和适用。因此,不能一概而论说UTF-8一定比gb2312文件体积小,这个选项是错误的。
C. UTF-8字符集由中国制定标准
解析:UTF-8是由Unicode组织制定的字符编码标准,而不是由中国制定的。gb2312是中国国家标准字符集,用于简体中文。因此,这个选项是错误的。
D. 制作有韩语字符的网页,不能使用gb2312字符集
解析:gb2312主要用于简体中文的编码,不包含韩语字符。如果要制作包含韩语字符的网页,应使用能够支持更多语言的字符集,如UTF-8。因此,这个选项是正确的。
选择答案D的原因:
D选项正确地指出了gb2312字符集不包含韩语字符,因此在制作包含韩语字符的网页时不能使用gb2312字符集。这是符合字符集编码原理的。
https://www.shititong.cn/cha-kan/shiti/00158447-8a22-3bd7-c0a8-777418075700.html
点击查看答案
24、下面标记中,表示换行的标记是( )。
A. <h1>
B. <enter>
C. <br />
D. <hr />
解析:这道题考察的是HTML(超文本标记语言)中的换行标记。
A.
:这是HTML中的一个标题标签,用于定义页面中的标题,它将文本加粗并放大显示,但它不是用于换行的。
B. :这不是HTML中的有效标签。在HTML中,没有这样的标签用于换行。
C.
:这是HTML中的换行标签,用于在文本中创建一个换行。这个标签是一个空标签,意味着它不需要结束标签。
D.
:这是HTML中的水平线标签,用于在页面中创建一条水平线,而不是用于换行。
因此,正确答案是C,因为
是HTML中用于换行的标记。
https://www.shititong.cn/cha-kan/shiti/00158447-8a22-3e72-c0a8-777418075700.html
点击查看答案
25、下列属性中,用于设置鼠标悬停时图像的提示文字的是( )。
A. title
B. alt
C. width
D. height
解析:这是一道关于HTML标签属性的问题。我们需要确定哪个属性用于设置鼠标悬停时图像的提示文字。
首先,我们逐一分析每个选项:
A. title:title 属性用于为HTML元素提供额外的信息。当鼠标悬停在元素上时,通常会显示一个包含这些信息的工具提示框。对于图像来说,title 属性可以显示图像的额外说明或描述,这正是题目所要求的“鼠标悬停时图像的提示文字”。
B. alt:alt 属性用于为图像提供替代文本。这主要用于在图像无法显示时(例如,由于网络问题或图像文件丢失),向用户展示替代的文本信息。它并不作为鼠标悬停时的提示文字。
C. width:width 属性用于设置图像的宽度。这与鼠标悬停时的提示文字无关。
D. height:height 属性用于设置图像的高度。同样,这与鼠标悬停时的提示文字无关。
综上所述,title 属性是唯一符合题目要求的选项,因为它用于设置鼠标悬停时显示的提示文字。
因此,正确答案是A。
https://www.shititong.cn/cha-kan/shiti/00158447-8a22-40a4-c0a8-777418075700.html
点击查看答案
26、下列选项中,不是<img />标记属性的是( )。
A. src
B. alt
C. width
D. href
解析:这道题考察的是HTML中
标记的属性知识。
A. src:这是
标记的一个属性,用来指定图像文件的URL路径,是加载图像所必需的。
B. alt:这是
标记的一个属性,用于定义当图像无法显示时的替代文本,它对于网页的可访问性和搜索引擎优化(SEO)都是很重要的。
C. width:这是
标记的一个属性,用于定义图像的宽度,可以单独使用或与height属性配合来调整图像的大小。
D. href:这不是
标记的属性。href属性是(锚)标记的属性,用于指定链接的目标URL。
因此,正确答案是D,因为href不是
标记的属性。
https://www.shititong.cn/cha-kan/shiti/00158447-8a22-42de-c0a8-777418075700.html
点击查看答案
27、位于HTML文档的最前面,用于向浏览器说明当前文档使用哪种 HTML 或 XHTML 标准规范的标记是( )。
A. <!DOCTYPE>
B. <head></head>
C. <title></title>
D. <html></html>
解析:这道题目考察的是HTML文档的基本结构及其各个部分的功能。
解析各个选项:
A.
这个标记用于声明文档类型定义(DTD),它位于HTML文档的最前面,用于告诉浏览器当前文档使用的是哪种HTML或XHTML版本。这对于浏览器的渲染模式非常重要,确保文档能够按照预期的方式显示。因此,这个选项是正确的。
B.
这个标记包含了文档的元数据(metadata),如文档的标题、字符集声明、外部样式表和脚本链接等。它并不直接声明HTML或XHTML的版本,因此这个选项是错误的。
C.
这个标记用于定义文档的标题,显示在浏览器的标题栏或标签页上。它位于标签内部,同样不声明HTML或XHTML的版本,因此这个选项也是错误的。
D.
这个标记是HTML文档的根元素,它包含了整个文档的内容,包括和部分。但它同样不声明HTML或XHTML的具体版本,因此这个选项也是错误的。
综上所述,正确答案是A,因为标记用于向浏览器说明当前文档使用的HTML或XHTML标准规范。
https://www.shititong.cn/cha-kan/shiti/00158447-8a22-450a-c0a8-777418075700.html
点击查看答案
28、下面选项中,可以将HTML页面的标题设置为“良志教育”的是( )。
A. <head>良志教育</head>
B. <title>良志教育</title>
C. <h>良志教育</h>
D. <t>良志教育</t>
解析:选项解析:
A. 良志教育:这个选项错误。
B.
良志教育:这个选项正确。<br/><br/>C. <h>良志教育:这个选项错误。HTML中没有这样的标签。通常<br/>至<br/>`标签用于定义HTML文档中的标题,但它们不会影响浏览器窗口的标题。<br/><br/>D. <t>良志教育:这个选项错误。HTML中同样没有`这样的标签。这并不是设置页面标题的正确方法。<br/><br/>为什么选择B: 选择B是因为在HTML中,页面标题是通过<title>标签来设置的,这个标签必须位于<head>部分内。浏览器会读取<title>标签中的内容,并将其显示在浏览器的标题栏或标签页上,所以正确的方式是使用<title>标签来定义“良志教育”作为页面的标题。</p>
<a class="shitisdj" href=https://www.shititong.cn/cha-kan/shiti/00158447-8a22-472e-c0a8-777418075700.html target="_blank">
<div style="display: none;">
https://www.shititong.cn/cha-kan/shiti/00158447-8a22-472e-c0a8-777418075700.html
</div>
<div class="tzlingyiti" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #55aaff;margin-top: 5px;margin-bottom: 15px;" theid=00158447-8a22-472e-c0a8-777418075700>
点击查看答案
</div>
</a>
<div style="font-weight: 600;">
29、在下列属性中,用来定义文本字体大小的是( )。
</div>
<div>
<p>
A. color
</p>
<p>
B. family
</p>
<p>
C. size
</p>
<p>
D. align
</p>
</div>
<p class="jiexixianshi">解析:这是一道关于HTML或CSS属性识别的问题。我们需要确定哪个属性是用来定义文本字体大小的。接下来,我们逐一分析每个选项:<br/><br/>A. color:这个属性用于设置文本的颜色。它并不是用来定义字体大小的,因此可以排除。<br/><br/>B. family:这个属性指的是font-family,它用于设置文本的字体族。虽然与字体相关,但它定义的是字体的类型(如Arial, Times New Roman等),而不是字体的大小,所以也可以排除。<br/><br/>C. size:在CSS中,font-size属性用于设置文本的字体大小。这个属性可以接受多种值,如像素(px)、相对单位(em, rem等)或百分比(%),用于控制文本显示的大小。因此,这个选项是正确的。<br/><br/>D. align:这个属性通常指的是text-align,它用于设置文本的对齐方式(如左对齐、右对齐、居中对齐等)。这与字体大小无关,所以也可以排除。<br/><br/>综上所述,正确答案是C,因为size(在CSS中具体为font-size)是用来定义文本字体大小的属性。</p>
<a class="shitisdj" href=https://www.shititong.cn/cha-kan/shiti/00158447-8a22-4916-c0a8-777418075700.html target="_blank">
<div style="display: none;">
https://www.shititong.cn/cha-kan/shiti/00158447-8a22-4916-c0a8-777418075700.html
</div>
<div class="tzlingyiti" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #55aaff;margin-top: 5px;margin-bottom: 15px;" theid=00158447-8a22-4916-c0a8-777418075700>
点击查看答案
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="youce">
<div class="xcx">
<img style="width: 100%;" src="https://shititong.oss-cn-shenzhen.aliyuncs.com/wen/images/guanggao2.jpg" alt="试题通app下载">
</div>
<div class="rmtk">
<div class="rmtktop">
<div class="lstk">类似热门题库</div>
</div>
<div class="tikukuang">
<a class="shitigendj" target="_blank" href=https://www.shititong.cn/cha-kan/tikulist/CB2637B69CA0000173A486D119601D86.html>
<div style="display: none;">
https://www.shititong.cn/cha-kan/tikulist/CB2637B69CA0000173A486D119601D86.html
</div>
<div class="tikurow" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" theid=CB2637B69CA0000173A486D119601D86>
2024年安全工作规程考试题库-机巡类
</div>
</a>
<a class="shitigendj" target="_blank" href=https://www.shititong.cn/cha-kan/tikulist/CB26351456800001BECA153038271AC6.html>
<div style="display: none;">
https://www.shititong.cn/cha-kan/tikulist/CB26351456800001BECA153038271AC6.html
</div>
<div class="tikurow" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" theid=CB26351456800001BECA153038271AC6>
党规党纪知识竞赛决赛题库
</div>
</a>
<a class="shitigendj" target="_blank" href=https://www.shititong.cn/cha-kan/tikulist/CB26349AF2700001863F78F11287197C.html>
<div style="display: none;">
https://www.shititong.cn/cha-kan/tikulist/CB26349AF2700001863F78F11287197C.html
</div>
<div class="tikurow" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" theid=CB26349AF2700001863F78F11287197C>
2025年天利高新石化公司监护人取证复审考试题库
</div>
</a>
<a class="shitigendj" target="_blank" href=https://www.shititong.cn/cha-kan/tikulist/CB2633FD23400001108B16E0123033C0.html>
<div style="display: none;">
https://www.shititong.cn/cha-kan/tikulist/CB2633FD23400001108B16E0123033C0.html
</div>
<div class="tikurow" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" theid=CB2633FD23400001108B16E0123033C0>
技师试题库(无人机测绘操控员)
</div>
</a>
<a class="shitigendj" target="_blank" href=https://www.shititong.cn/cha-kan/tikulist/CB26312E59700001D76517F01400AFB0.html>
<div style="display: none;">
https://www.shititong.cn/cha-kan/tikulist/CB26312E59700001D76517F01400AFB0.html
</div>
<div class="tikurow" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" theid=CB26312E59700001D76517F01400AFB0>
2025年宁波市化学检验员理论复习题库
</div>
</a>
<a class="shitigendj" target="_blank" href=https://www.shititong.cn/cha-kan/tikulist/CB26301E75900001EBE37C8011A8F580.html>
<div style="display: none;">
https://www.shititong.cn/cha-kan/tikulist/CB26301E75900001EBE37C8011A8F580.html
</div>
<div class="tikurow" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" theid=CB26301E75900001EBE37C8011A8F580>
银行业务复习题库
</div>
</a>
<a class="shitigendj" target="_blank" href=https://www.shititong.cn/cha-kan/tikulist/CB262AE362A00001CFAA1370447D16C3.html>
<div style="display: none;">
https://www.shititong.cn/cha-kan/tikulist/CB262AE362A00001CFAA1370447D16C3.html
</div>
<div class="tikurow" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" theid=CB262AE362A00001CFAA1370447D16C3>
维修电工定稿(中级)
</div>
</a>
<a class="shitigendj" target="_blank" href=https://www.shititong.cn/cha-kan/tikulist/CB26271B4730000129B3C7C21BA0AC00.html>
<div style="display: none;">
https://www.shititong.cn/cha-kan/tikulist/CB26271B4730000129B3C7C21BA0AC00.html
</div>
<div class="tikurow" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" theid=CB26271B4730000129B3C7C21BA0AC00>
2025年电力副司机专业填空题库
</div>
</a>
<a class="shitigendj" target="_blank" href=https://www.shititong.cn/cha-kan/tikulist/CB2626BCA2B00001C8D15E68AB101320.html>
<div style="display: none;">
https://www.shititong.cn/cha-kan/tikulist/CB2626BCA2B00001C8D15E68AB101320.html
</div>
<div class="tikurow" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" theid=CB2626BCA2B00001C8D15E68AB101320>
变电运维值班员技师题库
</div>
</a>
<a class="shitigendj" target="_blank" href=https://www.shititong.cn/cha-kan/tikulist/CB2625D882E00001AE426EC21D907A00.html>
<div style="display: none;">
https://www.shititong.cn/cha-kan/tikulist/CB2625D882E00001AE426EC21D907A00.html
</div>
<div class="tikurow" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" theid=CB2625D882E00001AE426EC21D907A00>
2025年公司技能竞赛数控车工项目-理论知识考核(笔试)试题库
</div>
</a>
</div>
</div>
<div class="xcx qujubao" style="margin-top: 10px;">
<img style="width: 100%;" src="https://shititong.oss-cn-shenzhen.aliyuncs.com/jiuban/94251D90D059A47DE81818283A54A382.jpg" alt="举报">
</div>
</div>
</div>
</div>
</div>
<div class="themingcheng" style="display: none;">计算机网络基础选择题库</div>
<div class="theid" style="display: none;">CAE4F0338A100001263A10CE58203A80</div>
<div class="fudong">
<div>
<div class="renwu"></div>
<div class="cha" style="cursor: pointer;"></div>
</div>
<div style="margin-top: 145px;overflow: auto;">
<div style="overflow: auto;">
<div class="sttxcx">
<div class="sttxcx1"></div>
</div>
<div class="ssstxcx">
<div class="ssstxcx1"></div>
</div>
</div>
<div style="overflow: auto;float: left;width: 100%;">
<div style="float: left;color: white;margin-left: 5%;">试题通小程序</div>
<div style="float: left;color: white;margin-left: 2%;">试题通app下载</div>
</div>
<div style="float: left;margin-top: -130px;width: 100%;">
<div class="fudongdazi">
</div>
</div>
</div>
</div>
<div style="background: #000000;color: #8a8a8a;text-align: center;font-size: 12px;">
<div class="span12" style="padding-top: 10px;padding-bottom: 10px;">
<div class="copyright">©2016-2024.南通佰易网络科技有限公司<br>苏ICP备16028519号-2
苏公网安备32061102000302</div>
</div>
</div>
<div class="zhezhao">
</div>
<script src="https://www.shititong.cn/js/qrcode.min.js" type="text/javascript" charset="utf-8"></script>
<!-- <script src="https://shititong.oss-cn-shenzhen.aliyuncs.com/danti/qrcode.min.js" type="text/javascript"
charset="utf-8"></script> -->
<script type="text/javascript">
layui.use(['form', 'table', 'upload', 'layer'], function() {
var $ = layui.jquery,
form = layui.form,
table = layui.table,
layer = layui.layer,
upload = layui.upload;
});
var fd = window.location.href.split("?")[1];
var typezhi
if (window.sessionStorage.getItem('laiyuan') == null) {
typezhi = 'null'
} else {
typezhi = window.sessionStorage.getItem('laiyuan')
}
$(".cha").click(function() {
$(".fudong").css("bottom", "-1000px")
});
$(".kandaan").click(function() {
layer.open({
type: 1,
title: false,
closeBtn: false,
area: '300px;',
shade: 0.8,
id: 'LAY_layuipro',
btnAlign: 'c',
time: 5000,
moveType: 1,
content: '<div style="padding: 50px; line-height: 22px;font-weight: 300;"><div style="background: url(https://shititong.oss-cn-shenzhen.aliyuncs.com/guanwang/images/gongzhonghao.jpg)no-repeat;background-size: 100% 100%;width: 200px;height: 200px;"></div><div style="text-align: center;">更多内容关注微信公众号</div><div style="color:blue;text-align: center;">5秒后显示答案</div></div>',
success: function(layero) {
},
end: function() {
$('.daan').css('display', "block")
$(".jiexi").css('display', "block")
}
});
});
$(".guanbices").click(function() {
$(".denglukuang2").css("display", "none")
$(".zhezhao").css("display", "none")
});
shengcheng()
//设置二维码显示隐藏
$(".rwm").hover(function() {
$(".rwm1").css("display", "inline-block");
})
$(".rwm").mouseout(function() {
$(".rwm1").css("display", "none");
})
function shengcheng() {//题目页的二维码跳转单题
// var a = $(".themingcheng").text()
// var zhi=$('.dizhicunfang').text()
// var b=zhi.split('.html')[0].split('/shiti/')[1]
// var c = 'http://x.shititong.cn/?p1=' + b + '&p3=H'
// new QRCode(document.getElementById("qrcode1"), c);
// $("#qrcode1").attr("title", "")
// new QRCode1(document.getElementById("qrcode2"), c);
// $("#qrcode2").attr("title", "")
// new QRCode1(document.getElementById("qrcode3"), c);
// $("#qrcode3").attr("title", "")
var a = $(".themingcheng").text()
a=a.substring(0, 20)
var b = $(".theid").text()
var c = 'http://x.shititong.cn/?p1=' + b + '&p2=' + a + '&p3=A&laiyuan=' + typezhi
new QRCode(document.getElementById("qrcode1"), c);
$("#qrcode1").attr("title", "")
new QRCode1(document.getElementById("qrcode2"), c);
$("#qrcode2").attr("title", "")
new QRCode1(document.getElementById("qrcode3"), c);
$("#qrcode3").attr("title", "")
}
$(".tiaozhuandati1").click(function() {
var tz = 'https://www.shititong.cn/page/xiazai2.html'
window.open(tz, "_blank");
});
$('.shitisdj').click(function() {
// var zhi = $(this).children().eq(0).html()
// var z = zhi + '?type=' + typezhi
// window.open(z, "_blank");
})
$('.qujubao').click(function() { //跳转举报单页面
window.open("https://www.shititong.cn/page/jubaoye.html", "_blank")
});
$('.qusousuo').click(function() { //去主页手机搜索页
var tz = 'https://www.shititong.cn/page/sj-tikuss.html'
window.open(tz, "_blank");
});
$('.quguanwang').click(function() {
var tz = 'https://www.shititong.cn'
window.open(tz, "_blank");
});
$('.fenxiangbtn').click(function(){
var dqdizhi=$('#zzz1').attr('data-value')
//var dqdizhi=window.location.href.split("?")[0];
var input = document.createElement('input');
input.setAttribute('id', 'cp_hgz_input');
input.value = dqdizhi;
document.body.appendChild(input);
input.select();
document.execCommand('Copy')
document.getElementById('cp_hgz_input').remove();
alert("链接已复制到剪切板");
});
$('.quxiazai').click(function() {
var u = navigator.userAgent;
var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1; //android终端
var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端
if (isAndroid == true) {
var tz = 'https://shititong.oss-cn-shenzhen.aliyuncs.com/apk/shititong.apk'
location.href = '' + tz
return
} else {
var tz = 'https://apps.apple.com/cn/app/id1199345588'
location.href = '' + tz
return
}
var tz = 'https://www.shititong.cn/page/xiazai2.html'
location.href = '' + tz
});
$('.kandaan1').click(function() {
layer.open({
type: 1,
title: false,
closeBtn: true,
area: '300px;',
shade: 0.8,
offset: '100px',
id: 'LAY_layuipro1',
btnAlign: 'c',
moveType: 1,
content: '<div style="padding: 10px; line-height: 22px;font-weight: 300;"><div><div style="text-align: center;color: #0084FF;font-weight: 600;">快速找答案小妙招</div></div><div><div style="font-weight: 600;margin-top:10px;">方式一:使用小程序搜题</div><div style="font-size: 14px; color: #000000a1;margin-top:10px;">微信扫小程序码进入【试题通】小程序,搜索题库或试题答题练习更方便</div></div><div style="text-align: center;"><img style="width:30%;" src="https://shititong.oss-cn-shenzhen.aliyuncs.com/danti/dtxcx.jpg" alt=""><div style="font-size: 12px;color: #0000006b;">如不便扫码,点击可保存到手机相册中</div></div><div><div style="font-weight: 600;">方式二:使用试题通APP</div><div style="font-size: 14px; color: #000000a1;margin-top:10px;">可通过扫下方二维码或各手机品牌应用商店下载试题通APP,答题练习搜题找答案</div></div><div style="text-align: center;"><img style="width:30%;" src="https://shititong.oss-cn-shenzhen.aliyuncs.com/danti/shititongapp.jpg" alt=""><div style="font-size: 12px;color: #0000006b;line-height:14px;">苹果安卓两码合一 <br>如不便扫码可点击保存到手相册中</div></div></div>',
success: function(layero) {
},
end: function() {
$('.daan').css('display', "block")
$(".jiexi").css('display', "block")
}
});
});
function jiacode(input) {
var output = "";
var chr1, chr2, chr3, enc1, enc2, enc3, enc4;
var i = 0;
var _keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
input = _utf8_encode(input);
while (i < input.length) {
chr1 = input.charCodeAt(i++);
chr2 = input.charCodeAt(i++);
chr3 = input.charCodeAt(i++);
enc1 = chr1 >> 2;
enc2 = ((chr1 & 3) << 4) | (chr2 >> 4);
enc3 = ((chr2 & 15) << 2) | (chr3 >> 6);
enc4 = chr3 & 63;
if (isNaN(chr2)) {
enc3 = enc4 = 64;
} else if (isNaN(chr3)) {
enc4 = 64;
}
output = output +
_keyStr.charAt(enc1) + _keyStr.charAt(enc2) +
_keyStr.charAt(enc3) + _keyStr.charAt(enc4);
}
return output;
}
$('.fudong').click(function() {
$(".fudong").css("display", "none")
});
function _utf8_encode(string) {
string = string.replace(/\r\n/g, "\n");
var utftext = "";
for (var n = 0; n < string.length; n++) {
var c = string.charCodeAt(n);
if (c < 128) {
utftext += String.fromCharCode(c);
} else if ((c > 127) && (c < 2048)) {
utftext += String.fromCharCode((c >> 6) | 192);
utftext += String.fromCharCode((c & 63) | 128);
} else {
utftext += String.fromCharCode((c >> 12) | 224);
utftext += String.fromCharCode(((c >> 6) & 63) | 128);
utftext += String.fromCharCode((c & 63) | 128);
}
}
return utftext;
}
</script>
</body>
</html>