📅  最后修改于: 2022-03-11 15:03:14.598000             🧑  作者: Mango
var path = window.location.href.replace('index.html', '');
var jsonFile = path + "menus/" + menuc + ".json";
$.getJSON(jsonFile, function(result) {
sortAllergies(result);
});