I would like to send data using $.ajax like this: $.ajax({'url': 'my.php', 'type': 'POST', 'data': arr, 'success': function(response) { alert(response); } });.
確定! 回上一頁