image控件的常用属性有()。( ) A: BackColor B: ImageUrl C: Visible D: Width
image控件的常用属性有()。( ) A: BackColor B: ImageUrl C: Visible D: Width
image控件中设置图片路径的属性是 A: postbackurl B: NavigateUrl C: ImageUrl D: Url
image控件中设置图片路径的属性是 A: postbackurl B: NavigateUrl C: ImageUrl D: Url
( ) 属性用于获取或设置在Image控件中显示的图像的位置。 A: ImageUrl B: ImageAlign
( ) 属性用于获取或设置在Image控件中显示的图像的位置。 A: ImageUrl B: ImageAlign
在创建超级链接时需要把一个网址设置给超级链接控件的______属性。 A: TARGET B: NAVIGATEURL C: SITE D: IMAGEURL
在创建超级链接时需要把一个网址设置给超级链接控件的______属性。 A: TARGET B: NAVIGATEURL C: SITE D: IMAGEURL
Image控件的()属性获取或设置在image控件中显示的图像的位置。 A: imageurl B: imagealign C: alternatetext D: height
Image控件的()属性获取或设置在image控件中显示的图像的位置。 A: imageurl B: imagealign C: alternatetext D: height
如果要设置在 Image Button控件中显示的图片的位置,需要设置它的( )属性。 A: ImageUrl B: Tooltip C: Imagealign D: Postbackurl
如果要设置在 Image Button控件中显示的图片的位置,需要设置它的( )属性。 A: ImageUrl B: Tooltip C: Imagealign D: Postbackurl
如果要设置在 Image Button控件中显示的图片的来源,需要设置它的()属性 A: ImageUrl B: Imagealign C: Postbackurl D: Tooltip
如果要设置在 Image Button控件中显示的图片的来源,需要设置它的()属性 A: ImageUrl B: Imagealign C: Postbackurl D: Tooltip
使用Image控件时,可以应用()属性来获取或设置Image控件相对于网页上其他元素的对齐方式。 A: AlternateText B: ImageAlign C: ImageUrl D: Enable
使用Image控件时,可以应用()属性来获取或设置Image控件相对于网页上其他元素的对齐方式。 A: AlternateText B: ImageAlign C: ImageUrl D: Enable
在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