专门做婚纱儿童摄影网站爱站工具包官网
const str = "1=增量,2=全量";
const arr = str.split(",").map(item => {const [value, label] = item.split("=");return { value, label};
});
const str = "1=增量,2=全量";
const arr = str.split(",").map(item => {const [value, label] = item.split("=");return { value, label};
});