单项选择题
A.<%@taglibURL="/hello"prefix="examples"%> B.<%@taglibURI="/hello"prefix="examples"%> C.<%@tagliburl="/hello"prefix="examples"%> D.<%@tagliburi="/hello"prefix="examples"%>
正则表达式([0-9]{3})-([a-z]{3})-([a-z]*?ab)与下列哪个字符串相匹配()A.12...
单项选择题正则表达式([0-9]{3})-([a-z]{3})-([a-z]*?ab)与下列哪个字符串相匹配()
A.123-abc{3}-cab B.123{3}-abc-cab C.123-abc-cb D.123-abc-ccab
定义字符串:Stringstr="abcdefg";则str.substring(2,5).indexOf(’...
单项选择题定义字符串:Stringstr="abcdefg";则str.substring(2,5).indexOf(’d’)的结果是:()
A.1 B.3 C.2 D.4
以下循环执行()次。 A.无限B.10C.9D.11
以下循环执行()次。
A.无限 B.10 C.9 D.11