APP下载
首页
>
财会金融
>
计算机网络基础选择题库
搜索
计算机网络基础选择题库
题目内容
(
单选题
)
2.如果网页中出现乱码,我们一般使用()来解决。

A、 <meta charset="utf-8" />

B、 <style type="text/css"></style>

C、 <script></script>

D、 <link type="text/css" rel="stylesheet" href="css/index.css">

答案:A

解析:选项解析:

A. :这个选项是HTML文档的头部声明,用于指定网页的字符编码为UTF-8。当网页内容出现乱码时,通常是因为网页的编码方式与内容的实际编码不匹配。通过设置正确的字符编码,可以解决乱码问题。

B. :这个选项是用于定义内部CSS样式的标签,与网页的字符编码无关,不能解决乱码问题。

C. :这个选项用于嵌入JavaScript代码,同样与网页的字符编码无关,也不能解决乱码问题。

D. :这个选项用于链接外部CSS样式表,它只影响网页的样式表现,与字符编码无关,不能解决乱码问题。

为什么选这个答案:

选择A是因为乱码问题通常是由于字符编码设置错误导致的。通过在HTML文档中添加标签,可以明确告诉浏览器使用UTF-8编码来解析网页内容,从而正确显示字符,解决乱码问题。其他选项B、C、D与字符编码无关,因此不能解决乱码问题。

计算机网络基础选择题库
53、关于单臂路由的子接口,以下哪些说法是正确的?
https://www.shititong.cn/cha-kan/shiti/0013ba04-c2c2-372f-c0ea-0fb8ebcf6b00.html
点击查看题目
47.下列哪些选项与ls命令中文件排序的方式有关?(多选)
https://www.shititong.cn/cha-kan/shiti/0013b9e5-9853-4001-c0a8-777418075700.html
点击查看题目
70.在使用ln命令创建链接文件时,默认创建的是哪种类型的链接?
https://www.shititong.cn/cha-kan/shiti/0013b9e5-9852-6c7d-c0a8-777418075700.html
点击查看题目
13、在HTML中,用于设置页面元信息的标示符是( )。
https://www.shititong.cn/cha-kan/shiti/00158447-8a22-2524-c0a8-777418075700.html
点击查看题目
31、下列关于数据封装和解封装的说法中,正确的是?
https://www.shititong.cn/cha-kan/shiti/0013ba04-c2c1-22e9-c0ea-0fb8ebcf6b00.html
点击查看题目
49、下列css代码,( )能控制鼠标悬浮其上的超链接样式。
https://www.shititong.cn/cha-kan/shiti/00158447-8a22-77a5-c0a8-777418075700.html
点击查看题目
129.WWW服务的特点包括哪些( )?(多选)
https://www.shititong.cn/cha-kan/shiti/0013b6cb-ebea-8196-c0a8-777418075700.html
点击查看题目
77、当主机收到一个无法识别的IP数据报时,它会发送哪种类型的ICMP报文?
https://www.shititong.cn/cha-kan/shiti/0013ba04-c2c1-81ac-c0ea-0fb8ebcf6b00.html
点击查看题目
10、下列标记中,用来设置文本为粗体的是( )。
https://www.shititong.cn/cha-kan/shiti/00158447-8a22-1d5a-c0a8-777418075700.html
点击查看题目
19.在CentOS安装过程中,关于硬盘分区,以下哪些说法是正确的?(多选)
https://www.shititong.cn/cha-kan/shiti/0013b9e5-9853-0448-c0a8-777418075700.html
点击查看题目
首页
>
财会金融
>
计算机网络基础选择题库
题目内容
(
单选题
)
手机预览
计算机网络基础选择题库

2.如果网页中出现乱码,我们一般使用()来解决。

A、 <meta charset="utf-8" />

B、 <style type="text/css"></style>

C、 <script></script>

D、 <link type="text/css" rel="stylesheet" href="css/index.css">

答案:A

解析:选项解析:

A. :这个选项是HTML文档的头部声明,用于指定网页的字符编码为UTF-8。当网页内容出现乱码时,通常是因为网页的编码方式与内容的实际编码不匹配。通过设置正确的字符编码,可以解决乱码问题。

B. :这个选项是用于定义内部CSS样式的标签,与网页的字符编码无关,不能解决乱码问题。

C. :这个选项用于嵌入JavaScript代码,同样与网页的字符编码无关,也不能解决乱码问题。

D. :这个选项用于链接外部CSS样式表,它只影响网页的样式表现,与字符编码无关,不能解决乱码问题。

为什么选这个答案:

选择A是因为乱码问题通常是由于字符编码设置错误导致的。通过在HTML文档中添加标签,可以明确告诉浏览器使用UTF-8编码来解析网页内容,从而正确显示字符,解决乱码问题。其他选项B、C、D与字符编码无关,因此不能解决乱码问题。

计算机网络基础选择题库
相关题目
53、关于单臂路由的子接口,以下哪些说法是正确的?

A. 子接口是路由器物理接口的逻辑分割。

B. 子接口具有自己的IP地址和子网掩码。

C. 子接口是真正的物理接口。

D. 子接口在路由器上作为不同VLAN的网关。

解析:关于单臂路由的子接口的选择题,以下是对各个选项的解析:

A. 子接口是路由器物理接口的逻辑分割。 解析:这个说法是正确的。子接口是建立在物理接口之上的逻辑接口,它允许一个物理接口被分割成多个逻辑接口,每个逻辑接口可以配置不同的VLAN或者不同的网络参数。

B. 子接口具有自己的IP地址和子网掩码。 解析:这个说法也是正确的。每个子接口都可以配置唯一的IP地址和子网掩码,这使得子接口能够作为不同VLAN的网关。

C. 子接口是真正的物理接口。 解析:这个说法是错误的。子接口并不是物理接口,它是一个逻辑上的概念,是在物理接口基础上通过配置创建的。

D. 子接口在路由器上作为不同VLAN的网关。 解析:这个说法是正确的。在单臂路由的配置中,子接口常被用来作为不同VLAN之间的网关,实现不同VLAN间的通信。

所以,正确答案是ABD。选项A、B和D正确描述了子接口的功能和用途,而选项C则错误地将子接口描述为物理接口。

https://www.shititong.cn/cha-kan/shiti/0013ba04-c2c2-372f-c0ea-0fb8ebcf6b00.html
点击查看答案
47.下列哪些选项与ls命令中文件排序的方式有关?(多选)

A. -S

B. --sort=WORD

C. -t

D. --time=WORD

解析:选项解析:

A. -S:此选项告诉ls命令按文件大小进行排序,文件大小大的排在前面。

B. --sort=WORD:这个选项允许用户指定排序的依据,WORD可以是size(大小)、time(修改时间)、version(版本)等,这与排序方式直接相关。

C. -t:该选项指示ls命令按文件修改时间进行排序,最新的文件排在前面。

D. --time=WORD:这个选项与显示时间的类型有关,WORD可以是atime、ctime或mtime等,虽然它本身不直接排序,但它影响-t选项所依据的时间类型,因此与排序间接相关。

为什么选这个答案:

选择ABCD是因为所有这些选项都与ls命令中文件排序的方式有直接或间接的关系。-S和-t选项直接影响排序,而–sort和–time选项可以改变排序的依据,因此都与排序方式有关。

https://www.shititong.cn/cha-kan/shiti/0013b9e5-9853-4001-c0a8-777418075700.html
点击查看答案
70.在使用ln命令创建链接文件时,默认创建的是哪种类型的链接?

A. 软链接

B. 硬链接

C. 符号链接

D. 都不是

解析:选项解析:

A. 软链接:软链接也称为符号链接(symbolic link),它是指向另一个文件的特殊文件。当使用ln命令时,如果指定了"-s"选项,则会创建软链接。

B. 硬链接:硬链接是指向文件系统中同一inode的另一个名称,它与原始文件共享相同的文件内容。在使用ln命令创建链接时,如果不指定"-s"选项,默认创建的是硬链接。

C. 符号链接:这是软链接的同义词,如果选择这个选项,则意味着认为默认创建的是符号链接,但实际上需要使用"-s"选项。

D. 都不是:这个选项是错误的,因为ln命令确实用于创建链接文件,无论是硬链接还是软链接。

为什么选B(硬链接):

ln命令在默认情况下(即不使用任何选项时)创建的是硬链接。硬链接与原始文件共享相同的inode,这意味着它们实际上指向文件系统中的相同数据块。硬链接不会占用额外的磁盘空间,因为它只是文件系统中的一个额外条目,指向已经存在的文件数据。而软链接则需要额外的空间来存储它所指向的文件的路径名。因此,根据ln命令的默认行为,正确答案是B(硬链接)。

https://www.shititong.cn/cha-kan/shiti/0013b9e5-9852-6c7d-c0a8-777418075700.html
点击查看答案
13、在HTML中,用于设置页面元信息的标示符是( )。

A. <title>

B. <base>

C. <head>

D. <meta>

解析:这道题目考察的是HTML中用于设置页面元信息的标示符。

解析各个选项:

A. :这个标签用于定义文档的标题,这个标题会显示在浏览器的标签栏或者标题栏上,但它不是专门用于设置页面元信息的。<br/><br/>B. <base>:<base> 标签为页面上的所有 URL 规定一个基本 URL。无论页面上的链接是什么,拥有 <base> 标签后,浏览器都会自动将链接的基本 URL 解析为 <base> 标签中指定的那个。但它也不是专门用于设置页面元信息的。<br/><br/>C. <head>:<head> 标签用于包含了所有的头部(header)元素。这些元素描述了文档的元数据(meta-data),包括文档的标题(title)、使用的字符集、对外部文件(如样式表、脚本)的引用等。但 <head> 本身不是用于设置页面元信息的具体标签,而是包含这些信息的容器。<br/><br/>D. <meta>:<meta> 标签提供了 HTML 文档的元数据。元数据是关于数据的数据,不会直接显示在页面上,但是对于机器是可读的。元数据可用于浏览器(如何显示内容或重新加载页面),搜索引擎(关键词),或其他 web 服务。这正是用于设置页面元信息的标签。<br/><br/>因此,正确答案是 D,<meta> 标签用于设置页面元信息。</p> <a class="shitisdj" href=https://www.shititong.cn/cha-kan/shiti/00158447-8a22-2524-c0a8-777418075700.html target="_blank"> <div style="display: none;"> https://www.shititong.cn/cha-kan/shiti/00158447-8a22-2524-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-2524-c0a8-777418075700> 点击查看答案 </div> </a> <div style="font-weight: 600;"> 31、下列关于数据封装和解封装的说法中,正确的是? </div> <div> <p> A. 数据封装和解封装只在发送方和接收方进行 </p> <p> B. 数据封装和解封装不改变数据的原始内容 </p> <p> C. 数据封装是在物理层完成的 </p> <p> D. 数据解封装会改变数据的原始内容 </p> </div> <p class="jiexixianshi">解析:选项解析:<br/><br/>A. 数据封装和解封装只在发送方和接收方进行 解析:这个说法不正确。数据封装和解封装在数据传输的过程中不仅仅在发送方和接收方进行,还可能在传输路径中的各个网络设备上进行,如路由器、交换机等,它们也会对接收到的数据进行解封装然后重新封装。<br/><br/>B. 数据封装和解封装不改变数据的原始内容 解析:这个说法是正确的。数据封装是指在网络通信的过程中,将数据加上首部(如TCP、IP等协议的首部)和其他的控制信息,构成一个协议数据单元(PDU)的过程。解封装是相反的过程,移除首部和控制信息,恢复原始数据。这些过程不改变数据载荷的原始内容。<br/><br/>C. 数据封装是在物理层完成的 解析:这个说法不正确。数据封装不是在物理层完成的,而是在网络模型的各个层次完成的,如链路层、网络层、传输层等。每一层都会根据该层的协议要求对数据进行封装。<br/><br/>D. 数据解封装会改变数据的原始内容 解析:这个说法不正确。如选项B所述,解封装的目的是移除在封装过程中添加的首部和控制信息,恢复原始数据,这个过程不会改变数据的原始内容。<br/><br/>答案选择:B 原因:数据封装和解封装的过程是为了在网络中正确地传输数据,它们仅仅是在原始数据的基础上添加或移除协议相关的信息,而不改变数据本身的原始内容。选项B正确地描述了这一过程。</p> <a class="shitisdj" href=https://www.shititong.cn/cha-kan/shiti/0013ba04-c2c1-22e9-c0ea-0fb8ebcf6b00.html target="_blank"> <div style="display: none;"> https://www.shititong.cn/cha-kan/shiti/0013ba04-c2c1-22e9-c0ea-0fb8ebcf6b00.html </div> <div class="tzlingyiti" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #55aaff;margin-top: 5px;margin-bottom: 15px;" theid=0013ba04-c2c1-22e9-c0ea-0fb8ebcf6b00> 点击查看答案 </div> </a> <div style="font-weight: 600;"> 49、下列css代码,( )能控制鼠标悬浮其上的超链接样式。 </div> <div> <p> A. a:link{color:#ff7300;} </p> <p> B. a:visited{color:#ff7300;} </p> <p> C. a:hover{color:#ff7300;} </p> <p> D. a:active{color:#ff7300;} </p> </div> <p class="jiexixianshi">解析:这道题目考察的是CSS中用于定义超链接不同状态的伪类选择器。<br/><br/>解析各个选项:<br/><br/>A. a:link{color:#ff7300;}<br/><br/>这个选择器用于定义未被访问过的超链接的样式。它不会控制鼠标悬浮在超链接上的样式。<br/><br/>B. a:visited{color:#ff7300;}<br/><br/>这个选择器用于定义已被访问过的超链接的样式。同样,它不会控制鼠标悬浮在超链接上的样式。<br/><br/>C. a:hover{color:#ff7300;}<br/><br/>这个选择器用于定义鼠标悬浮在超链接上时的样式。当鼠标指针悬停在超链接上时,超链接的颜色会变为#ff7300。这正是题目所要求的。<br/><br/>D. a:active{color:#ff7300;}<br/><br/>这个选择器用于定义超链接被点击(激活)时的样式。它不会控制鼠标悬浮在超链接上的样式。<br/><br/>因此,正确答案是C,因为它能控制鼠标悬浮其上的超链接样式。</p> <a class="shitisdj" href=https://www.shititong.cn/cha-kan/shiti/00158447-8a22-77a5-c0a8-777418075700.html target="_blank"> <div style="display: none;"> https://www.shititong.cn/cha-kan/shiti/00158447-8a22-77a5-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-77a5-c0a8-777418075700> 点击查看答案 </div> </a> <div style="font-weight: 600;"> 129.WWW服务的特点包括哪些( )?(多选) </div> <div> <p> A. 以超文本方式组织网络多媒体信息 </p> <p> B. 用户可以在世界范围内任意查找、检索、浏览及添加信息 </p> <p> C. 提供生动直观、易于使用且统一的图形用户界面 </p> <p> D. 安全性高,无需担心数据泄露 </p> </div> <p class="jiexixianshi">解析:选项A:以超文本方式组织网络多媒体信息。这个选项是正确的,因为万维网(WWW)的一个基本特点就是使用超文本标记语言(HTML)来组织页面,这些页面可以包含文本、图像、视频和音频等多媒体信息,并且通过超链接将不同页面或网站内容连接起来。<br/><br/>选项B:用户可以在世界范围内任意查找、检索、浏览及添加信息。这个选项也是正确的。万维网是一个全球性的信息资源网络,用户可以通过网络浏览器访问全球范围内的网站,进行信息检索和浏览,并且在有权限的情况下添加或修改信息。<br/><br/>选项C:提供生动直观、易于使用且统一的图形用户界面。这个选项同样正确。大多数万维网服务都提供了图形用户界面(GUI),使得用户可以通过点击链接、按钮等直观的方式来浏览网页,而不需要像在命令行界面中那样输入命令。<br/><br/>选项D:安全性高,无需担心数据泄露。这个选项是不正确的。尽管万维网提供了许多安全措施,如使用HTTPS来加密数据传输,但实际上万维网仍然存在安全漏洞和风险,数据泄露是可能发生的。因此,这个选项不能作为万维网服务的特点。<br/><br/>综上所述,正确答案是ABC。选项D描述了万维网服务并不具备的特性,因此被排除。</p> <a class="shitisdj" href=https://www.shititong.cn/cha-kan/shiti/0013b6cb-ebea-8196-c0a8-777418075700.html target="_blank"> <div style="display: none;"> https://www.shititong.cn/cha-kan/shiti/0013b6cb-ebea-8196-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=0013b6cb-ebea-8196-c0a8-777418075700> 点击查看答案 </div> </a> <div style="font-weight: 600;"> 77、当主机收到一个无法识别的IP数据报时,它会发送哪种类型的ICMP报文? </div> <div> <p> A. ICMP回显请求 </p> <p> B. ICMP回显应答 </p> <p> C. ICMP目标不可达 </p> <p> D. ICMP超时 </p> </div> <p class="jiexixianshi">解析:这道题目考察的是ICMP(Internet Control Message Protocol,互联网控制消息协议)报文类型及其用途。<br/><br/>解析各个选项:<br/><br/>A. ICMP回显请求:这种报文通常用于ping操作,用于测试主机之间是否连通。发送方发送一个ICMP回显请求报文,接收方则回复一个ICMP回显应答报文。<br/><br/>B. ICMP回显应答:这是对ICMP回显请求的回应,表明接收方已经收到了请求报文,并且愿意进行响应。<br/><br/>C. ICMP目标不可达:当路由器或主机不能根据数据报的目的地址传递数据时,就会向原始发送方发送一个ICMP目标不可达报文。这个报文表明,由于某种原因(如目标主机不存在、协议不可达等),数据报无法被传递到目的地。这正是题目描述的情景——当主机收到一个无法识别的IP数据报时,它会发送此类报文。<br/><br/>D. ICMP超时:这种报文通常由路由器发送,用于指示一个数据报在到达其目的地之前已经在网络中停留了过长时间(超过了其生存时间TTL)。<br/><br/>选择答案C的原因:<br/><br/>题目描述的是“当主机收到一个无法识别的IP数据报时”的情况。<br/>ICMP目标不可达报文正是用于这种场景,表明数据报由于某种原因(如无法识别的协议、目标主机不存在等)无法被传递。<br/><br/>因此,正确答案是C:ICMP目标不可达。</p> <a class="shitisdj" href=https://www.shititong.cn/cha-kan/shiti/0013ba04-c2c1-81ac-c0ea-0fb8ebcf6b00.html target="_blank"> <div style="display: none;"> https://www.shititong.cn/cha-kan/shiti/0013ba04-c2c1-81ac-c0ea-0fb8ebcf6b00.html </div> <div class="tzlingyiti" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #55aaff;margin-top: 5px;margin-bottom: 15px;" theid=0013ba04-c2c1-81ac-c0ea-0fb8ebcf6b00> 点击查看答案 </div> </a> <div style="font-weight: 600;"> 10、下列标记中,用来设置文本为粗体的是( )。 </div> <div> <p> A. <u></u> </p> <p> B. <del></del> </p> <p> C. <strong></strong> </p> <p> D. <em></em> </p> </div> <p class="jiexixianshi">解析:这道题考察的是HTML(超文本标记语言)中用于格式化文本的标签。<br/><br/>A. <u></u>:这个标签用于给文本添加下划线,不是用来设置文本为粗体的。<br/><br/>B. <del></del>:这个标签用于表示删除文本,通常会在文本中间画一条线表示删除,也不是用来设置文本为粗体的。<br/><br/>C. <strong></strong>:这个标签用于定义重要性强调的文本,通常浏览器会将其显示为粗体。虽然它主要用于语义上的强调,但在视觉上表现为粗体,因此这个选项是正确的。<br/><br/>D. <em></em>:这个标签用于表示文本中的强调,浏览器通常会将其显示为斜体,而不是粗体。<br/><br/>所以,正确答案是C. <strong></strong>,因为它在视觉上通常表现为粗体文本,尽管其主要目的是用于表示文本的重要性。</p> <a class="shitisdj" href=https://www.shititong.cn/cha-kan/shiti/00158447-8a22-1d5a-c0a8-777418075700.html target="_blank"> <div style="display: none;"> https://www.shititong.cn/cha-kan/shiti/00158447-8a22-1d5a-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-1d5a-c0a8-777418075700> 点击查看答案 </div> </a> <div style="font-weight: 600;"> 19.在CentOS安装过程中,关于硬盘分区,以下哪些说法是正确的?(多选) </div> <div> <p> A. 通常需要提供一个根(/)分区 </p> <p> B. 可以根据需要创建交换分区 </p> <p> C. 根分区通常使用NTFS文件系统 </p> <p> D. 交换分区使用SWAP文件系统 </p> </div> <p class="jiexixianshi">解析:选项解析:<br/><br/>A. 通常需要提供一个根(/)分区 解析:这是正确的。在Linux操作系统中,根分区(/)是必需的,它是文件系统结构的顶层目录,所有的其他文件和目录都是在这个根目录下组织的。<br/><br/>B. 可以根据需要创建交换分区 解析:这是正确的。交换分区在Linux系统中充当虚拟内存的角色,当物理内存不足时,系统可以使用交换分区来临时存储不常用的数据。尽管不是强制性的,但创建交换分区是一个好习惯,特别是在内存资源有限的情况下。<br/><br/>C. 根分区通常使用NTFS文件系统 解析:这是错误的。虽然Linux系统可以读取NTFS文件系统,但通常不建议将NTFS用于Linux的根分区。因为NTFS文件系统是微软开发的,主要针对Windows操作系统,而Linux的根分区通常使用EXT4(第四代扩展文件系统)或者其他专门为Linux设计的文件系统,如XFS。<br/><br/>D. 交换分区使用SWAP文件系统 解析:这是正确的。在Linux系统中,交换分区专门用于实现虚拟内存的功能,并且必须格式化为SWAP文件系统类型。<br/><br/>因此,正确答案是ABD。选项A和B是关于Linux硬盘分区的正确说法,而选项D正确描述了交换分区的文件系统类型,选项C是不正确的,因为Linux的根分区不通常使用NTFS文件系统。</p> <a class="shitisdj" href=https://www.shititong.cn/cha-kan/shiti/0013b9e5-9853-0448-c0a8-777418075700.html target="_blank"> <div style="display: none;"> https://www.shititong.cn/cha-kan/shiti/0013b9e5-9853-0448-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=0013b9e5-9853-0448-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/CAF79BEDBCF00001B54282434293C550.html> <div style="display: none;"> https://www.shititong.cn/cha-kan/tikulist/CAF79BEDBCF00001B54282434293C550.html </div> <div class="tikurow" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" theid=CAF79BEDBCF00001B54282434293C550> 2025发展对象综合题库 </div> </a> <a class="shitigendj" target="_blank" href=https://www.shititong.cn/cha-kan/tikulist/CAF79B2BC97000015DE22500F1EB2A60.html> <div style="display: none;"> https://www.shititong.cn/cha-kan/tikulist/CAF79B2BC97000015DE22500F1EB2A60.html </div> <div class="tikurow" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" theid=CAF79B2BC97000015DE22500F1EB2A60> 24年11月中科院心理咨询师押题B卷 </div> </a> <a class="shitigendj" target="_blank" href=https://www.shititong.cn/cha-kan/tikulist/CAF79856C95000017370D210183C8AB0.html> <div style="display: none;"> https://www.shititong.cn/cha-kan/tikulist/CAF79856C95000017370D210183C8AB0.html </div> <div class="tikurow" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" theid=CAF79856C95000017370D210183C8AB0> 安全隐患排查题库 </div> </a> <a class="shitigendj" target="_blank" href=https://www.shititong.cn/cha-kan/tikulist/CAF794D8E98000014AA1F1631816A220.html> <div style="display: none;"> https://www.shititong.cn/cha-kan/tikulist/CAF794D8E98000014AA1F1631816A220.html </div> <div class="tikurow" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" theid=CAF794D8E98000014AA1F1631816A220> 地质助理试题题库 </div> </a> <a class="shitigendj" target="_blank" href=https://www.shititong.cn/cha-kan/tikulist/CAF781B3A4400001F5A019B01CD5CBF0.html> <div style="display: none;"> https://www.shititong.cn/cha-kan/tikulist/CAF781B3A4400001F5A019B01CD5CBF0.html </div> <div class="tikurow" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" theid=CAF781B3A4400001F5A019B01CD5CBF0> 2024年聊城西站冬季劳动安全考试(客运) </div> </a> <a class="shitigendj" target="_blank" href=https://www.shititong.cn/cha-kan/tikulist/CAF78096B5700001445E5B451920139C.html> <div style="display: none;"> https://www.shititong.cn/cha-kan/tikulist/CAF78096B5700001445E5B451920139C.html </div> <div class="tikurow" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" theid=CAF78096B5700001445E5B451920139C> 列车车站学习资料 </div> </a> <a class="shitigendj" target="_blank" href=https://www.shititong.cn/cha-kan/tikulist/CAF77F8C26F00001316013A4A3011729.html> <div style="display: none;"> https://www.shititong.cn/cha-kan/tikulist/CAF77F8C26F00001316013A4A3011729.html </div> <div class="tikurow" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" theid=CAF77F8C26F00001316013A4A3011729> 电工学生复习题练习 </div> </a> <a class="shitigendj" target="_blank" href=https://www.shititong.cn/cha-kan/tikulist/CAF77F67B650000174B95A7065EC1B15.html> <div style="display: none;"> https://www.shititong.cn/cha-kan/tikulist/CAF77F67B650000174B95A7065EC1B15.html </div> <div class="tikurow" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" theid=CAF77F67B650000174B95A7065EC1B15> 2024年站务员岗位复习资料 </div> </a> <a class="shitigendj" target="_blank" href=https://www.shititong.cn/cha-kan/tikulist/CAF77E5E7DB000015E1E36901C8C1655.html> <div style="display: none;"> https://www.shititong.cn/cha-kan/tikulist/CAF77E5E7DB000015E1E36901C8C1655.html </div> <div class="tikurow" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" theid=CAF77E5E7DB000015E1E36901C8C1655> 附件2:安全履职能力评估题库 </div> </a> <a class="shitigendj" target="_blank" href=https://www.shititong.cn/cha-kan/tikulist/CAF77C6B182000011444AF35E31081E0.html> <div style="display: none;"> https://www.shititong.cn/cha-kan/tikulist/CAF77C6B182000011444AF35E31081E0.html </div> <div class="tikurow" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;" theid=CAF77C6B182000011444AF35E31081E0> 附件3:业务知识考试题库 </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>