<head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> </head> $.ajax({ type: "GET", url: "여기에URL을입력", data: {}, success: function(response){ console.log(response) } })