猿问

前端组装字符串问题= =

有一推字符串 循环 怎么组装alert成下面这种一模一样格式的数据 单引号 逗号 都需要

for(var i=0;i<res.data.length;i++)
                {       
                   
                }

['yellow', 'red', 'orange', 'green', 'blue', 'gray', 'black', 'white']

前端太差了 哎


慕码人2483693
浏览 559回答 1
1回答

RISEBY

JSON.stringify(res.data)&nbsp;这是标准的 json 是双引号JSON.stringify(res.data).replace(/'/g, '"')&nbsp;替换下就好了。
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答