本论坛代码块MarkDown格式的显示问题

尼克徐 发布于 2015年10月19日 | 更新于 2015年11月30日
tinyfool 等1人欣赏。

我发现在这里贴代码很困难啊。无法看到换行。

用Mou软件排版后,贴上来也是如此。

因此很难贴我想贴的代码了...

测试:

    public List<int[]> getThem() {
List<int[]> list1 = new ArrayList<int[]>(); 
    ......
    for (int[] x : theList)
        if (x[0] == 4) 
            list1.add(x);
    return list1; 
}
共9条回复
尼克徐 回复于 2015年10月20日

1楼 @brambles 点击确实看到惊喜了!效果真棒。

可是/w没看到什么效果。

尼克徐 回复于 2015年10月20日

试验了一下,标签pre,还是可以的。

public List getThem() {
      List list1 = new ArrayList(); 
       ......
     for (int[] x : theList)
       if (x[0] == 4) 
           list1.add(x);
     return list1; 
}
tinyfool 回复于 2015年10月20日

这是个bug,最近会改回来

一等兵 回复于 2015年11月29日

4楼 @tinyfool 这个1楼发现的bug要尽快修复啊

TimLee 回复于 2015年11月30日

4楼 @tinyfool 1L这个也算是XSS吧

brambles 回复于 2015年11月30日

5楼 @一等兵

6楼 @TimLee

所以你们都不知道这里的XSS都被我找了个遍吗?http://ourcoders.com/thread/show/7028/

TimLee 回复于 2015年11月30日

7楼 @brambles 666

一等兵 回复于 2015年11月30日

7楼 @brambles 现在看到链接就更犹豫了。。。^_^

登录 或者 注册
相关帖子