单项选择题
日期控件显示时分秒需配置()
A.showTime为true
B.showSeconds为true
C.默认显示时分秒
D.showTime,showSeconds同时为true
点击查看答案&解析
相关考题
-
单项选择题
ecp数据模型状态不可能为状态几?()
A.1
B.17
C.3
D.32 -
单项选择题
在Oracle中,下面那个符号可以用来标示注释()
A.!
B./*/
C.&
D.// -
单项选择题
在Java中,如果要在字符串类型对象s =’ecp’中,得到字母‘c’出现的位置应该选择下面()语句。
A.s.matches(‘c’)
B.s.charAt(‘c’)
C.s.indexOf(‘c’)
D.s.substring(‘c’)
