【单选题】在html5的input标签中,type属性值不是表示按钮的是()
A.type="submit"
B.type="reset"
C.type="outset"
D.type="button"
A.type="submit"
B.type="reset"
C.type="outset"
D.type="button"
【单选题】以下初始化 Java 数组的代码哪一个是正确的()
A.int [] myArray = {"1", "2", "3"};
B.int [] myArray = (5, 4, 3);
C.int [3] myArray= {1,2,3};
D.int myArray [] = {1, 3, 5};
A.int [] myArray = {"1", "2", "3"};
B.int [] myArray = (5, 4, 3);
C.int [3] myArray= {1,2,3};
D.int myArray [] = {1, 3, 5};
【单选题】HashMap中移除所有映射关系的方法是()
A.get()
B.put()
C.remove()
D.clear()
A.get()
B.put()
C.remove()
D.clear()
发布评论 查看全部评论