entity.getValue().contains(".")// 返回值布尔类型(实体.属性为String类型) entity.getValue().split("\\.")[0]("1001.1002",取得值为1001)