vue 字符串逗号分割

let data=‘1,2,3,4’

data.split(',') 

// 输出结果 [1,2,3,4]

Logo

基于 Vue 的企业级 UI 组件库和中后台系统解决方案,为数万开发者服务。

更多推荐