现在我拼接了一个字符串:
var txt= "{field:'UserCode_Product',title:'编码',width:80},{field:'UnitPrice',title:'单价',width:80}"
可是要用的地方不是String型的
$("#DataGrid").datagrid({ columns: [[ txt ]], idField: 'ID' });
这块要怎么转换呢
不懂,等待高手出现···