网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

When saving a document you must decide on a name for the document and the(73)where it will be saved to.

A.location

B.size

C.title

D.attribute


参考答案

更多 “ When saving a document you must decide on a name for the document and the(73)where it will be saved to.A.locationB.sizeC.titleD.attribute ” 相关考题
考题 【问题3】(5 分)该网站购物车模块负面脚本语言是JavaScript,用户订购信息临时存在cookie中,下面是购物车页面中读取cookie值的函数,请完成该程序。script. language="javascript”>……function readCookie(name){var cookieValue = ””;var search= (8) +”=”;if(document.cookie.(9) 0){start= document.cookie.indexOf(search);if(start!=-1){start += search.length;end = document.cookie.indexOf(";”,start);if(end = = -1)end=document.cookie.length;cookieValue = document.cookie.substring((10), (11))}}return(12);……/script

考题 下面语法正确的是() A.Document.bgcolorB.Document.fgColorC.Document.locationD.Document.openE.Window.write

考题 下面vb6.0中tagname,name,value有什么区别呀? webbrowser1.document.all(i).tagnamewebbrowser1.document.all(i).namewebbrowser1.document.all(i).value

考题 WhichWSDLstyleissuitedtosendingbinarytreenodesaspartofaSOAPmessage?() A.RPC/literalB.RPC/encodedC.Document/encodedD.Document/literalE.Document/literalwrapped

考题 在 Windows 系统中,设 E 盘的根目录下存在 document1文件夹,用户在该文件夹下己创建了 document2文件夹,而当前文件夹为 document1. 若用户将test.docx 文件存放 在 document2文件夹中,则该文件的绝对路径为( ) ;在程序中能正确访问该文件 且效率较高的方式为( )。A.\document1\B.E:\document1\ document2C.document2\D.E:\document2\ document1A.\document1\ test.docxB.document1\ document2\test.docxC.document2\test.docxD.E:\document1\ document2\test.docx

考题 在Windows系统中,设E盘的根目录下存在documentl文件夹,用户在该文件夹下已创建了document2文件夹,而当前文件夹为,document1。若用户将test.docx文件存放document2文件夹中,则该文件的绝对路径为( );在程序中能正确访问该文件且效率较高的方式为( )。A.\document1\B.E:\document1\ document2C.document2\D.E:\document2\ document1A.\document1\test.docxB.document1\ document2\test.docxC.document2\test.docxD.E:\document1\ document2\test.docx

考题 3、下列关于获取页面元素说法正确的是()A.document.getElementById(‘a’)是通过id值为a获取页面中的一个元素B.document.getElementsByName(“na”)是通过name属性值为na获取页面中的一个元素C.document.getElementsByTagName(“div”)是通过标签名获取所有divD.以上说法都不正确

考题 本案例中调用云函数checkUser在集合“user_list”中查询username指定的用户信息时,使用的数据库接口是()方法。A.document.getB.document.updateC.collection.addD.collection.where.get

考题 “云函数应用”案例中调用云函数checkUser在集合“user_list”中查询username指定的用户信息时,使用的数据库接口是()方法。A.document.getB.document.updateC.collection.addD.collection.where.get

考题 与下列语句组等效的语句组是: document.write ("123<br>"); document.write ("456");A.for (document) { write ("123<br>"); write ("456"); }B.with (document) { write ("123<br>"); write ("456"); }C.foreach (document) { write ("123<br>"); write ("456"); }D.while (document) { write ("123<br>"); write ("456"); }