// 控制台打印 log.info("hello"); log.info("1" + "1"); log.info("1+{}={}", k1, k2); // 获取变量类型 var.getClass().getName();