$("input[id^='Sensor_Name_" + iNo + "']").attr('value', Sensor_Nam_ + i);//easyui與渲染效果衝突,取jquery賦值
$("input[id^='Sensor_Unit_" + iNo + "']").attr('value', Sensor_Unit);//easyui與渲染效果衝突,取jquery賦值
$("#Sensor_Name_" + iNo + "").textbox("setValue", Sensor_Nam_ + i);//easyui賦值
$("#Sensor_Unit_" + iNo + "").textbox("setValue", Sensor_Unit);//easyui賦值
$("#Sensor_Type_" + iNo + "").combobox({ onLoadSuccess: function () { $(this).combobox("setValue", Sensor_Type); } });//easyui賦值for循環對象賦值