$.ajax({ type: 'GET', url: 'http://example/functions.php', data: {get_param: 'value'}, dataType: 'json', success: function (data) { var names = data ...
確定! 回上一頁