有趣的现象:URL出现在C代码中间可以编译通过 #include <stdio.h> int main() { // 这个也能编译通过! http://www.example.com printf("Hello World\n"); return 0; } 上面这个例子能编译通过是因为: http: 被当作一个标签(label)//www.example.com 被当作行注释