减速器可以不用经常检查地脚螺栓,但不得有松动、脱落和折断。
参考答案:错
公文写作有哪些特点?
阅读下列代码后public class Person{ int arr[]=new int[10]; public static void main(String args[]){ System.out.println(arr[1]); }}正确的说法是【 】
A.编译时将产生错误
B.编译时正确,运行时将产生错误
C.输出零
D.输出空