2012年7月25日 星期三

javascript string split

foo = "hello, world";
bar = foo.split(',');
alert(foo[0]);
alert(foo[1]);

沒有留言:

張貼留言