... $.ajax({ url:"check.php", type:"POST", data:{answer_row:answer}, success: function(data){ result = JSON.parse(data);//將data轉為json ...
確定! 回上一頁