$.post( 'url', {array: JSON.stringify(array)}, function(data){ // do something here }); </script>. <?php $array = json_decode($_POST['array']);
確定! 回上一頁