标签: javascript ajax
async function loadFile() { await $.ajax({ url: 'folder/names.txt', dataType: 'text',}).done(success); }
我遇到了以下功能。名称.txt的内容保存在哪里?