2015年5月8日

javascript 字符串处理

摘要: 1、concat:字符串、数组拼接返回新的字符串、数组; var a='hello,'; var b='world!'; document.write(a.concat(b)+'');//hello,world! var arr=[1,2,3,4]; var arr2=[5,6]; va... 阅读全文

posted @ 2015-05-08 10:44 吡呦一下 阅读(338) 评论(0) 推荐(0) 编辑

导航