这是在开发中无意中碰到的一个bug。大家猜猜结果是多少?
Java版本:
class SplitTest
{
public static void main(String[] args)
{
String s = "@@@";
System.out.println(s.split("@").length);
}
}
{
public static void main(String[] args)
{
String s = "@@@";
System.out.println(s.split("@").length);
}
}
C#版本:
using System;
class SplitTest
{
static void Main(string[] args)
{
string s = "@@@";
Console.WriteLine( s.Split( '@').Length );
Console.Read();
}
}
class SplitTest
{
static void Main(string[] args)
{
string s = "@@@";
Console.WriteLine( s.Split( '@').Length );
Console.Read();
}
}
id 博主 = [[KILONET.CNBLOGS.COM alloc] initWithValue:@"天堂向右,我依然向左"
网名:@"老舟"
兴趣:@"影音,阅读"
动态:@"系统架构设计,Android通信模块开发"
网址:@"http://kilonet.cnblogs.com"
签名:@"--------------------------------------------------
Stay Hungry , Stay Foolish
求 知 若 渴,处 事 若 愚
--------------------------------------------------"
]; // Never Release