📅  最后修改于: 2022-03-11 15:04:10.793000             🧑  作者: Mango
$.getJSON(
"API URL HERE",
function (data){
console.log(data); // by printing to the console you can easely check all values in the console
//every api related code here...
}