论坛首页 入门技术论坛

新发现了Java一个语法,可以给花括号内的代码块命名

浏览 11037 次
该帖已经被评为新手帖
作者 正文
   发表时间:2011-02-24  
caoxudong818 写道
兰州,你可以在代码里的某一行加入一段网址,不会出错。
例如:
public static void main(String[] args) {
        Date d = new Date(0);
        System.out.println("toString: " + d);
        DateFormat df = DateFormat.getDateTimeInstance();
        http://www.google.com
        System.out.println("Default format: " + df.format(d));
        df.setTimeZone(TimeZone.getTimeZone("GMT"));
        System.out.println("Near the Bow Bells: " + df.format(d));
    }

介绍一下
0 请登录后投票
   发表时间:2011-02-24  
thihy 写道
这个确认很多人不知道。但却是基本语法。为啥呢?因为大家学Java很不系统,基础不够扎实。

不一定不系统吧,当初在大学里面老是只是提到过,但是压根就不许我们用。相信很多人不用的话都会忘掉。
0 请登录后投票
   发表时间:2011-02-24  
宁愿单独增加一个条件变量来处理也不用这个!
0 请登录后投票
   发表时间:2011-03-20  
nesuk 写道
这种风格的代码在反编译是会出现问题,所以也不被提倡。

有问题么- -?我咋不晓得呢。。
0 请登录后投票
   发表时间:2011-03-25  
前阵子刚用过,不过书上好像都不推荐
0 请登录后投票
   发表时间:2011-03-28  
caoxudong818 写道
兰州,你可以在代码里的某一行加入一段网址,不会出错。
例如:
public static void main(String[] args) {
        Date d = new Date(0);
        System.out.println("toString: " + d);
        DateFormat df = DateFormat.getDateTimeInstance();
        http://www.google.com
        System.out.println("Default format: " + df.format(d));
        df.setTimeZone(TimeZone.getTimeZone("GMT"));
        System.out.println("Near the Bow Bells: " + df.format(d));
    }


确定http:不会被打上红色波浪线?
0 请登录后投票
   发表时间:2011-03-28  
代码和数组一样,都是以开头的一个指针指向的。

所以这样的写法和Python里面的写法一样的自然。

0 请登录后投票
论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics