When you choose a command name that is followed by“…” on menu, a ______box appears in which you provide more i nformation.
A.text
B.list
C.check
D.dialog
第1题:
command元素表示命令按钮,比如单选框按钮,复选框按钮,只有当command元素位于menu元素内时,该元素才是可见的。
第2题:
【单选题】当有多个选择的情况是,值需要从多个选项中选择一个去执行时,可以使用的动态SQL元素是。
A.<if>
B.<choose>、<when>、<otherwise>
C.<when>
D.<set>
第3题:
HTML5新增的交互性元素有哪些()
A.<details>
B.<summary>
C.<menu>
D.<command>
第4题:
哪两个类之间存在组合关系?
A.Menu、MenuItem
B.MenuItem、Command
C.Command、OpenCommand
D.PasteCommand
第5题:
4、command元素表示命令按钮,比如单选框按钮,复选框按钮,只有当command元素位于menu元素内时,该元素才是可见的。
第6题:
以下哪个标签实现了switch功能()。
A.<c:if>
B.<c:switch>
C.<c:choose>与<c:when>
D.<c:case>