我发现在这里贴代码很困难啊。无法看到换行。
用Mou软件排版后,贴上来也是如此。
因此很难贴我想贴的代码了...
测试:
public List<int[]> getThem() { List<int[]> list1 = new ArrayList<int[]>(); ...... for (int[] x : theList) if (x[0] == 4) list1.add(x); return list1; }
试试 /w
==》点击此处你可以看到惊喜《==
1楼 @brambles 点击确实看到惊喜了!效果真棒。
可是/w没看到什么效果。
试验了一下,标签pre,还是可以的。
public List getThem() { List list1 = new ArrayList(); ...... for (int[] x : theList) if (x[0] == 4) list1.add(x); return list1; }
这是个bug,最近会改回来
4楼 @tinyfool 这个1楼发现的bug要尽快修复啊
4楼 @tinyfool 1L这个也算是XSS吧
5楼 @一等兵
6楼 @TimLee
所以你们都不知道这里的XSS都被我找了个遍吗?http://ourcoders.com/thread/show/7028/
7楼 @brambles 666
7楼 @brambles 现在看到链接就更犹豫了。。。^_^