我有这个字符串,我试图在满足某些要求的文本周围添加引号“”。规则是在 'Text:' 之后和 ';' 之前的单词中添加 "" 或 '}' 这是字符串: EDIT(注意“”。这不是 JSON 对象。它只是一个字符串):
var str = "View_1:{
Name:"View1";
Image_1:{
BackgroundImage:"Image.gif";
Position: [0, 0];
Text: 320;
Height: 480
},
Button_1:{
BackgroundImage:"Button.gif";
Transition:"View2";
Position: [49, 80];
Width: 216;
Height: 71;
Text: more text more
},
Button_2:{
BackgroundImage:"Button2.gif";
Position: [65, 217];
Width: 188;
Text:Some Text;
Height: 134
},
}"
我无法让它工作