js使用split以空字符劈开问题
解决方法:
要想获取字符串"one two three "中的三个元素,使用split劈开示例如下所示:
var colArr="one two three ".trim().split(/\s+/);
结果就是["one","two","three"]
有建议,请留言!
*您的姓名:
*所在城市:
*您的联系电话:
*您的QQ:
咨询问题: