/** * @author: 马士兵教育 * @create: 2019-08-18 16:13 */ public class FieldDemo { public static void main(String[] args) { System.out.println("hello"); } }