var str = "123";

var b = String(str).split('');

打印b[0]、b[1]、b[2]看效果。。。

 

posted on 2014-06-18 15:07  小老虎网络  阅读(7509)  评论(0)    收藏  举报