System.out.println(car.toString());
for (Map.Entry<String, String> entry : hello.myBabays().entrySet()) {
System.out.println(entry.getKey() + " " + entry.getValue());
}
for (String str : hello.myLoveFruit()) {
System.out.println(str);
}
hello.save("This is a let");
} catch (MalformedURLException e) {