[code="java"]
class Example {
public static void main(String[] args) {
http://www.iteye.com
System.out.println("Hello World!");
}
}
[/code]
[b]上面为在[url]http://www.iteye.com/topic/412868[/url]看到的,其中的一小段代码,没看懂为什么可以像
“http:”
这种写法。
[/b]
[b]问题补充:[/b]
[b]2楼兄弟的代码没通过运行...[/b]