반응형 2023/02/131 HTML 표의 데이터를 서버로 POST javascript $.ajax({ type: "POST", url: "YOUR_URL", data: { tableData: JSON.stringify($("#Table").tableToJSON()) }, success: function(response) { console.log(response); } }); 2023. 2. 13. 이전 1 다음