• 2021-04-14 问题

    Folding chairs are packed 3 pieces _____________a carton.

    Folding chairs are packed 3 pieces _____________a carton.

  • 2021-04-14 问题

    在HTML中 标记的作用是 A. 在窗口中划一条水平线 B. 换行 C. 设置链接 D. 插入表格 正确答案:D 学生答案:B 错误 得分:0.0 分 取消 确定 
 Zepto(function($){
 
 //$("img:not(.ans-formula-moudle,.goTop)").on('click',function(){
 $("img:not(.ans-formula-moudle)").not('.goTop').on('click',function(){
 var url = $(this).attr("src");
 jsBridge.postNotification("CLIENT_PREVIEW_IMAGES", {
 imageUrls : [{
 imageUrl : url,
 getOriginSize : 1
 }],
 showIndex : 0
 });
 });
 
 
 $('.folding').each(function(index){
 var folding = $(this);
 folding.tap(function(){
 var zlo_opened = folding.find("a");
 if(zlo_opened.hasClass("zlo_opened")){
 folding.next().hide();
 zlo_opened.removeClass("zlo_opened");
 }else{
 folding.next().show();
 zlo_opened.addClass("zlo_opened");
 }
 });
 });
 
 });
 
 $('.folding2').each(function(index){
 var folding = $(this);
 folding.tap(function(){
 var zlo_opened = folding.find("a");
 if(zlo_opened.hasClass("zlo_opened")){
 folding.next().fadeOut();
 zlo_opened.removeClass("zlo_opened");
 $(folding.next()).data("loaded",true);
 }else{
 folding.next().fadeIn();
 zlo_opened.addClass("zlo_opened");
 if(!$(folding.next()).data("loaded")){
 voteStatistic(folding.next(),zlo_opened.attr("data"));
 }
 }
 });
 });
 
 function _jsBridgeReady() {
 var icon = ServerHost.moocDomain + "/images/work/phone/reWork.png";
 jsBridge.postNotification('CLIENT_CUSTOM_MENU', {
 show : '1',
 icon : icon,
 menu : '',
 option : "rework()",
 index : '0',
 width : '65',
 height : '18'
 });
 
 jsBridge.bind('CLIENT_REFRESH_EVENT', function(object){
 window.location.reload();
 });
 }
 
 function rework() {
 var answerId = $("#examAnswerId").val();
 var relationId = $("#examRelationId").val();
 var courseId = $("#courseId").val();
 var classId = $("#classId").val();
 
 $(".cx_alert-txt").html("打回后学生需要重新提交考试!");
 $("#okBtn").html("打回");
 $(".cx_alert").css("display", "block");
 $(".cx_alert-box").css("display", "block");
 $("#okBtn").unbind();
 $("#cancelBtn").unbind();
 $("#okBtn").on("click", function() {
 $(".cx_alert").css("display", "none");
 $(".cx_alert-box").css("display", "none");
 var url = "/exam/phone/reTest?classId=" + classId + "&answerId=" + answerId + "&relationId=" + relationId + "&courseId=" + courseId;
 $.ajax({
 url : url,
 type : 'get',
 dataType : 'json',
 success : function(data) {
 openWindowHintClient(1, data.msg, function() {
 jsBridge.postNotification("CLIENT_REFRESH_STATUS", {
 "status" : 1
 });
 jsBridge.postNotification('CLIENT_EXIT_LEVEL', {
 message : ''
 });
 }, 1000);
 }
 });
 });
 $("#cancelBtn").on("click", function() {
 $(".cx_alert").css("display", "none");
 $(".cx_alert-box").css("display", "none");
 });
 }
 
/images/phone/goTop.png

    在HTML中 标记的作用是 A. 在窗口中划一条水平线 B. 换行 C. 设置链接 D. 插入表格 正确答案:D 学生答案:B 错误 得分:0.0 分 取消 确定 
 Zepto(function($){
 
 //$("img:not(.ans-formula-moudle,.goTop)").on('click',function(){
 $("img:not(.ans-formula-moudle)").not('.goTop').on('click',function(){
 var url = $(this).attr("src");
 jsBridge.postNotification("CLIENT_PREVIEW_IMAGES", {
 imageUrls : [{
 imageUrl : url,
 getOriginSize : 1
 }],
 showIndex : 0
 });
 });
 
 
 $('.folding').each(function(index){
 var folding = $(this);
 folding.tap(function(){
 var zlo_opened = folding.find("a");
 if(zlo_opened.hasClass("zlo_opened")){
 folding.next().hide();
 zlo_opened.removeClass("zlo_opened");
 }else{
 folding.next().show();
 zlo_opened.addClass("zlo_opened");
 }
 });
 });
 
 });
 
 $('.folding2').each(function(index){
 var folding = $(this);
 folding.tap(function(){
 var zlo_opened = folding.find("a");
 if(zlo_opened.hasClass("zlo_opened")){
 folding.next().fadeOut();
 zlo_opened.removeClass("zlo_opened");
 $(folding.next()).data("loaded",true);
 }else{
 folding.next().fadeIn();
 zlo_opened.addClass("zlo_opened");
 if(!$(folding.next()).data("loaded")){
 voteStatistic(folding.next(),zlo_opened.attr("data"));
 }
 }
 });
 });
 
 function _jsBridgeReady() {
 var icon = ServerHost.moocDomain + "/images/work/phone/reWork.png";
 jsBridge.postNotification('CLIENT_CUSTOM_MENU', {
 show : '1',
 icon : icon,
 menu : '',
 option : "rework()",
 index : '0',
 width : '65',
 height : '18'
 });
 
 jsBridge.bind('CLIENT_REFRESH_EVENT', function(object){
 window.location.reload();
 });
 }
 
 function rework() {
 var answerId = $("#examAnswerId").val();
 var relationId = $("#examRelationId").val();
 var courseId = $("#courseId").val();
 var classId = $("#classId").val();
 
 $(".cx_alert-txt").html("打回后学生需要重新提交考试!");
 $("#okBtn").html("打回");
 $(".cx_alert").css("display", "block");
 $(".cx_alert-box").css("display", "block");
 $("#okBtn").unbind();
 $("#cancelBtn").unbind();
 $("#okBtn").on("click", function() {
 $(".cx_alert").css("display", "none");
 $(".cx_alert-box").css("display", "none");
 var url = "/exam/phone/reTest?classId=" + classId + "&answerId=" + answerId + "&relationId=" + relationId + "&courseId=" + courseId;
 $.ajax({
 url : url,
 type : 'get',
 dataType : 'json',
 success : function(data) {
 openWindowHintClient(1, data.msg, function() {
 jsBridge.postNotification("CLIENT_REFRESH_STATUS", {
 "status" : 1
 });
 jsBridge.postNotification('CLIENT_EXIT_LEVEL', {
 message : ''
 });
 }, 1000);
 }
 });
 });
 $("#cancelBtn").on("click", function() {
 $(".cx_alert").css("display", "none");
 $(".cx_alert-box").css("display", "none");
 });
 }
 
/images/phone/goTop.png

  • 2022-06-09 问题

    “褶皱作用” 正确的英文术语为 A: Folding B: Faulting C: Fracturing D: Shearing

    “褶皱作用” 正确的英文术语为 A: Folding B: Faulting C: Fracturing D: Shearing

  • 2022-06-06 问题

    According to different patterns, we use____ to bulge certain parts of the fabric. A: folding B: overlay C: squeezing D: rolling

    According to different patterns, we use____ to bulge certain parts of the fabric. A: folding B: overlay C: squeezing D: rolling

  • 2022-06-09 问题

    I'm a little busy. Would you mind________ these clothes for me? A: folding B: fold C: to fold D: unfold

    I'm a little busy. Would you mind________ these clothes for me? A: folding B: fold C: to fold D: unfold

  • 2022-06-12 问题

    在一个单链表中,若要删除p结点的后续结点,则执行 A: P↑.next:=p↑.next↑.next; B: p:=p↑.next;p↑.next:=P↑.next↑.next; C: free(P↑. next); D: p:=p↑.next↑.next;

    在一个单链表中,若要删除p结点的后续结点,则执行 A: P↑.next:=p↑.next↑.next; B: p:=p↑.next;p↑.next:=P↑.next↑.next; C: free(P↑. next); D: p:=p↑.next↑.next;

  • 2022-06-12 问题

    在一个单链表中,若要删除p结点的后续结点,则执行______。 A: p↑.next:=p↑.next↑.next; B: p:=p↑.next;p↑.next:=p↑.next↑.next; C: free(p↑.next); D: p:=p↑.next↑.next;

    在一个单链表中,若要删除p结点的后续结点,则执行______。 A: p↑.next:=p↑.next↑.next; B: p:=p↑.next;p↑.next:=p↑.next↑.next; C: free(p↑.next); D: p:=p↑.next↑.next;

  • 2022-05-31 问题

    若要在单链表中的结点*p之后插入一个结点*s,则应执行的语句是 A: s->;next=p->;next;p->;next=s; B: p->;next=s;s->;next=p->;next; C: p->;next=s->;next;s->;next=p; D: s->;next=p;p->;next=s->;next;

    若要在单链表中的结点*p之后插入一个结点*s,则应执行的语句是 A: s->;next=p->;next;p->;next=s; B: p->;next=s;s->;next=p->;next; C: p->;next=s->;next;s->;next=p; D: s->;next=p;p->;next=s->;next;

  • 2022-06-17 问题

    在单链表中,将s所指节点插入到p所指节点之后,其语句应为( ) A: s->next = p+1; p->next=s; B: (*p).next=s; (*s).next=(*p).next; C: s->next=p->next;p->next=s->next; D: s->next=p->next; p->next=s;

    在单链表中,将s所指节点插入到p所指节点之后,其语句应为( ) A: s->next = p+1; p->next=s; B: (*p).next=s; (*s).next=(*p).next; C: s->next=p->next;p->next=s->next; D: s->next=p->next; p->next=s;

  • 2022-06-17 问题

    在单链表中,将s所指节点插入到p所指节点之后,其语句应为( ) A: s->next = p+1; p->next=s; B: (*p).next=s; (*s).next=(*p).next; C: s->next=p->next;p->next=s->next; D: s->next=p->next; p->next=s;

    在单链表中,将s所指节点插入到p所指节点之后,其语句应为( ) A: s->next = p+1; p->next=s; B: (*p).next=s; (*s).next=(*p).next; C: s->next=p->next;p->next=s->next; D: s->next=p->next; p->next=s;

  • 1 2 3 4 5 6 7 8 9 10