var r = tableToJson(table); console.log(r); type: "POST", url: "CourseSubTopicMaster.aspx/SaveData", data: "{'json' : " + JSON.stringify(r) ...
確定! 回上一頁