I've got this piece of code:
我有一段代码:
$(document).ready(function () {
$.getJSON('https://localhost:5000/', function (response) {
console.log(response);
});
});
$(docuI've got this piece of code:
我有一段代码:
$(document).ready(function () {
$.getJSON('https://localhost:5000/', function (response) {
console.log(response);
});
});
$(docu