$.ajax({ url: 'https://api.imgur.com/3/image', headers: { 'Authorization': 'Client-ID YOUR_CLIENT_ID' }, type: 'POST', data: { 'image': 'helloworld.jpg' } ...
確定! 回上一頁