echart option 實現動態拼接字符串,把沒有雙引號key的字符串轉成object對象

//把字符串解析成對象 function praseStr(jsonStr){ jsonStr = jsonStr.replace(/(?:\s*['"]*)?([a-zA-Z0-9]+)(?:['"]*\s*)?:/g, "\"$1\":");   //替換單引號 jsonStr = jsonStr.replace(/'/g, '"');  console.log(jsonStr); var j
相關文章
相關標籤/搜索