网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
对以下代码片段作用的最准确描述是() try { const res = wx.getStorageInfoSync() console.log(res.keys) console.log(res.currentSize) console.log(res.limitSize) } catch (e) { // Do something when catch error }
A.异步获取当前storage的相关信息。
B.同步获取当前storage的相关信息。
C.异步获取当前storage中指定key的文件信息。
D.同步获取当前storage中指定key的文件信息。
参考答案和解析
undefined
更多 “对以下代码片段作用的最准确描述是() try { const res = wx.getStorageInfoSync() console.log(res.keys) console.log(res.currentSize) console.log(res.limitSize) } catch (e) { // Do something when catch error }A.异步获取当前storage的相关信息。B.同步获取当前storage的相关信息。C.异步获取当前storage中指定key的文件信息。D.同步获取当前storage中指定key的文件信息。” 相关考题
考题
下列关于try和catch语句的描述中,错误的是______。A.不同的catch代码段是不同的作用域,但是可以访问相互之间定义的局部变量B.如果没有异常产生,则所有的catch代码段都被略过不执行C.异常总是由距离产生异常最近的匹配catch代码段处理D.try代码段后跟一个或多个catch代码段
考题
下列关于try和catch子句的描述中,错误的一项是( )。A.不同的catch代码段是不同的作用域,但是可以访问相互之间定义的局部变量B.如果没有异常产生,则所有的catch代码段都被略过不执行C.by代码段后跟有一个或多个catch代码段D.异常总是由距离产生异常最近的匹配catch代码段处理
考题
以下对于try…catch语句描述正确的是()
A.try…catch语句处理程序中的错误B.try...catch语句处理程序中的bugC.try...catch语句处理程序中的异常D.以上说法都不正确
考题
下列关于try和catch子句的描述中,错误的一项是 ( )A.不同的catch代码段是不同的作用域,但是可以访问相互之间定义的局部变量B.如果没有异常产生,则所有的catch代码段都被略过不执行C.try代码段后跟有一个或多个catch代码段D.异常总是由距离产生异常最近的匹配catch代码段处理
考题
console.log(foo);varfoo="foo!";console.log(foo);执行上面代码,控制台会输出()。A、undefined undefinedB、foo! undefinedC、undefined foo!D、foo! fool!
考题
下面关于try、catch和finally语句块的组合使用,正确的是()A、try{,}B、try{,}finally{,}C、try{,}catch{,}finally{,}D、try{,}catch{,}catch{,}
考题
单选题Assume the custom tag my:errorProne always throws a java.lang.RuntimeException with the message "Filenot found." An error page has been configured for this JSP page. Which option prevents the exceptionthrown by my:errorProne from invoking the error page mechanism, and outputs the message "File notfound" in the response?()A
c:try catch=exmy:errorProne //c:try${ex.message}B
c:catch var=exmy:errorProne //c:catch${ex.message}C
c:try. my:errorProne /. /c:try. c:catch var=ex /. ${ex.message}D
c:try. my:errorProne /. c:catch var=ex /. ${ex.message}. /c:try
考题
单选题var one;var two=null;console.log(one==two,one===two);上面代码的输出结果是()。A
false trueB
true falseC
false falseD
true true
考题
判断题在js中用console.log()来表示弹出框的输出。()A
对B
错
热门标签
最新试卷