笙默考试管理系统-MySelfTest(18)

news/2024/7/11 1:53:19 标签: javascript, 前端, html, jquery
htmledit_views">

笙默考试管理系统-MySelfTest(18)

目录

一、 笙默考试管理系统-MySelfTest

二、 笙默考试管理系统-MySelfTest

三、 笙默考试管理系统-MySelfTest

四、 笙默考试管理系统-MySelfTest

五、 笙默考试管理系统-MySelfTest

  • 笙默考试管理系统-MySelfTest

                /* $("#div").on("click",function(){

                    alert("");

                }); */

              

  •      笙默考试管理系统-MySelfTest

     

            /**

             * 删除左右两端的空格

             */

            String.prototype.trim = function ()

            {

                return this.replace (/(^\s*)|(\s*$)/g, '');

            }

  • 笙默考试管理系统-MySelfTest

            function delImg(){

                $("#imgDelDiv").hide();

                //$("#imgAddDiv").show();

                $("#showNullFeedback").html('');

                fileShow();

            }

  • 笙默考试管理系统-MySelfTest

            function fileShow(){

                $("#file").show();

                $("#imgTips").show();

                var file = $(":file");

                file.after(file.clone().val(""));

                file.remove();

            }

            function getByteLength(val) {

                var len = 0;

                for (var i = 0; i < val.length; i++) {

  • 笙默考试管理系统-MySelfTest

                    var a = val.charAt(i);

                    if (a.match(/[^\x00-\xff]/ig) != null) {

                        len += 2;

                    }

                    else {

                        len += 1;

                    }

                }

                return len;

            }

        </script>

        <div style="opacity: 0.25; position: absolute; border: none; background: rgb(0, 0, 0); top: 0px; left: 0px; z-index: 9999; display: none; height: 3478px; width: 1859px;"></div><div style="opacity: 0.25; position: absolute; border: none; background: rgb(0, 0, 0); top: 0px; left: 0px; z-index: 9999; display: none; height: 3478px; width: 1859px;"></div><div style="opacity: 0.25; position: absolute; border: none; background: rgb(0, 0, 0); top: 0px; left: 0px; z-index: 9999; display: none; height: 3478px; width: 1859px;"></div><div style="opacity: 0.25; position: absolute; border: none; background: rgb(0, 0, 0); top: 0px; left: 0px; z-index: 9999; display: none; height: 3478px; width: 1859px;"></div><div style="opacity: 0.25; position: absolute; border: none; background: rgb(0, 0, 0); top: 0px; left: 0px; z-index: 9999; display: none; height: 3478px; width: 1859px;"></div><div style="opacity: 0.25; position: absolute; border: none; background: rgb(0, 0, 0); top: 0px; left: 0px; z-index: 9999; display: none; height: 3478px; width: 1859px;"></div><div style="opacity: 0.25; position: absolute; border: none; background: rgb(0, 0, 0); top: 0px; left: 0px; z-index: 9999; display: none; height: 3478px; width: 1859px;"></div><div style="opacity: 0.25; position: absolute; border: none; background: rgb(0, 0, 0); top: 0px; left: 0px; z-index: 9999; display: none; height: 3478px; width: 1859px;"></div><div id="edui_fixedlayer" class="edui-default" style="position: fixed; left: 0px; top: 0px; width: 0px; height: 0px;"><div id="edui31" class="edui-popup  edui-bubble edui-default" onmousedown="return false;" style="display: none;"> <div id="edui31_body" class="edui-popup-body edui-default"> <iframe style="position:absolute;z-index:-1;left:0;top:0;background-color: transparent;" frameborder="0" width="100%" height="100%" src="~/Content/MyExamTest/saved_resource(1).html" class="edui-default"></iframe> <div class="edui-shadow edui-default"></div> <div id="edui31_content" class="edui-popup-content edui-default">  </div> </div></div></div><div id="global-zeroclipboard-html-bridge" class="global-zeroclipboard-container" style="position: absolute; left: 0px; top: -9999px; width: 1px; height: 1px; z-index: 999999999;"><object id="global-zeroclipboard-flash-bridge" name="global-zeroclipboard-flash-bridge" width="100%" height="100%" type="application/x-shockwave-flash" data="~/Content/MyExamTest/ZeroClipboard.swf"><param name="allowScriptAccess" value="sameDomain"><param name="allowNetworking" value="all"><param name="menu" value="false"><param name="wmode" value="transparent"><param name="flashvars" value="trustedOrigins=tiku.kgc.cn%2C%2F%2Ftiku.kgc.cn%2Chttp%3A%2F%2Ftiku.kgc.cn"></object></div>

    </div>

}


http://www.niftyadmin.cn/n/1010061.html

相关文章

AprilTag码估算平面法向量+相机标定

由于本人部分原创博客发布在古月居论坛&#xff0c;详细内容点击链接跳转&#xff1a; 1. AprilTag探索和原理分析 2. 相机标定&#xff0c;基于AprilTag估算平面法向量

爬虫小白入门在服务器上-部署爬虫或者开服务接口并供给他人访问

目录 一、准备工作-服务器1、先准备一个服务器&#xff08;以阿里云为例子&#xff09;2、开通服务端口号访问权限 二、准备工作-Xshell登录服务器1、xshell基本登录操作2、xftp基本操作 三、部署代码到服务器上1、部署一个python爬虫脚本在服务器上定时运行等2、部署一个pytho…

每天一点Python——day47

#第四十七天字典生成式&#xff1a;字典生成的公式 a[ab,ac,ad] b[12,13,14] 把a&#xff0c;b列表合并为字典 将第一个列表中的元素作为字典当中的键&#xff0c;第二个列表中的元素作为字典当中的值 这个过程我们需要打包 我们需要使用内置函数zip()生成字典 #如图所示 #例&a…

ubuntu下安装docker遇到的问题

如果你还没有安装虚拟机&#xff0c;推荐一篇关于安装Ubuntu的详细教程&#xff1a; VMware虚拟机安装Ubuntu20.04详细图文教程https://blog.csdn.net/weixin_41805734/article/details/120698714首先&#xff0c;安装docker的前提是虚拟机能够联网&#xff0c;如果能看到右上…

Element-plus upload带参数上传图片

前言 技术栈&#xff1a;Vue3 Ts Element-plus 一、需求描述 除了将图片上传到后端的指定接口&#xff0c;还需要在上传时携带后端规定的参数 二、详细使用 /src/components/Upload/index.vue 全量代码如下 <script lang"ts" setup> import { ref } from…

问题解决:centos7异常关闭后无法开机

前言&#xff1a;主机卡死&#xff0c;直接关了电脑电源&#xff0c;虚拟机中的centos7 产生错误&#xff0c;无法开机 重点是取消挂载。很多文章都提到了xfs_repair /dev/dm-0 , 但是不适用我遇到的情况。 # ls /dev/mapper umount /dev/mapper/centos-root xfs_repair -v -…

qt for android 开发之tcp通讯

简介 通过TCP使PC和android手机相互通讯。 准备 使用QT的网络模块 QT core gui networkgreaterThan(QT_MAJOR_VERSION, 4): QT widgets.h 定义TCP接口 #include <QTcpSocket>class MainWindow : public QMainWindow {Q_OBJECTpublic:explicit MainWindow(Q…

React Antd Form.List 组件嵌套多级动态增减表单 + 表单联动复制实现

Antd Form.List 组件嵌套多级动态增减表单 表单联动复制实现 一、业务需求 有一个页面的组件&#xff0c;其中一部分需要用到动态的增减 复制表单&#xff0c;然后就想起 了使用 Antd 的 Form.List 去完成这个功能。 这个功能的要求是&#xff1a; 首先是一个动态的表单&…