$.ajax({ type: 'post', //或get timeout: 1000, //以毫秒為單位 url: 'url', data: {datakey1: 'datavalue1'}, //為Array dataType: 'json', ...
確定! 回上一頁