如何動態改變DataForm欄位caption名稱?
舉例:
function dfMaster_onLoad(row)
{
    $('[for="dfMaster_姓名"]')[0].innerText = '測試';
}