/*~~~~~~↓↓↓↓↓图片处理↓↓↓↓~~~~*/$(function () { $("#tp").datagrid({ //双击事件 onDblClickRow: function (index, row) { document.getElementById("myImage").src=row.picUrl; } }); })