通过formatter方法该怎么拼接字符串?

提问 已结 1 6605
悬赏:20飞吻
html代码:
<th data-options="field: 'picUrl', title: '图片',width: 200, formatter: function(value, row, index) {
return '<img src=\'row.picUrl \'/>'
}"></th>
这样拼接会报错!
错误提示:row.picUrl:1 GET http://localhost/bonade-localLife/banner/row.picUrl 404 (Not Found)
回帖
回帖须知