$.ajax({ type:'POST', url: 'ok.php', dataType:'text', data: ({json:$jsonAddIt}), success:function(data){ $("#results").html(data); } });.
確定! 回上一頁