字符串转数组

字符串转数组:
getShowColumnId = $filter('split')(getShowColumnId, ',');

数组转字符串:
getShowColumnId = $filter('join')(getShowColumnId, ',');

字符串转换数字:
var currentVideoId = parseFloat(要转换的字符串);
posted @ 2017-06-22 21:17  芒果加冰  阅读(164)  评论(0编辑  收藏  举报