js函式內傳 字串 引數
js程式碼為
var btn = "<a class='easyui-linkbutton' onclick=\"update('"+row.orderNo+"')\" href='#'>設定</a>";
其中函式寫法為
onclick=\"update('"+row.orderNo+"')\"
jsp內會得到字串
<a class="easyui-linkbutton" onclick="update('66d847d7f3c94568a4a7fa44ed5b4ed5')" href="#">設定</a>