ajax ({ type: 'POST', url: ajaxurl, async: false, dataType: 'json', data: { action: 'myAjaxFunc' }, done: function(response) { return response; } }).responseText ...
確定! 回上一頁