例如:
public class MyLink{
public static void main(String[] args) {
http://google.com
System.out.println("And this works!");
}
}
此代码将毫无问题地编译。为什么?
例如:
public class MyLink{
public static void main(String[] args) {
http://google.com
System.out.println("And this works!");
}
}
此代码将毫无问题地编译。为什么?