数组转json字符串 去除 中括号 对象去掉花括号

时间:2025-04-05 07:36:57
let arr = ['a', 'b', 'c', 'd', 'e'];
let str = (arr)+'f';
//移除字符串中的所有[]括号(不包括其内容)
let name = (/\[|]/g, '');
(name);//=>"a","b","c","d","e"f

//移除字符串中的所有[]括号(包括其内容)
let arr = ['a', 'b', 'c', 'd', 'e'];
let str = (arr)+'f';
let name = (/\[.*?\]/g, '');
(name)//=> f
// 对象去掉花括号
			changeText(item) { // 将对象格式化成字符串
				var test = (item) // ()用于将JavaScript对象或值转换为JSON字符串
				var test2 = (1,  - 1)
				var test3 = []
				for (var i = 0; i < ; i++) {
					(test2[i].replace('"', ''))
				}
				for (var j = 0; j < ; j++) {
					if (test3[j] === '') {
						(j, 1)
					}
				}
				return ('')
			},