java月考题JSD1908第二次月考(含答案和解析)
考试 .container { clear: both; margin: 0 auto; text-align: left; /*width: 1200px;*/ } .c ...
考试 .container { clear: both; margin: 0 auto; text-align: left; /*width: 1200px;*/ } .c ...
考试 .container { clear: both; margin: 0 auto; text-align: left; /*width: 1200px;*/ } .c ...
1.1 简述static和final的用法? static:修饰属性,方法,代码块 (1)静态属性:也可叫类变量 类名.属性名 来访问 (共有的类变量与对象无关,只和类有关) ...
1 Java基础 1.1 变量 1.1.1 简介 变量是一个代词,指代在计算机的内存中的一块空间,用来存储程序在运行中所需要的数据。 1.1.2 命名规则 只能包含字母、数字、 ...