不懂就问
  • 板块灌水区
  • 楼主volatile
  • 当前回复3
  • 已保存回复3
  • 发布时间2024/12/21 08:32
  • 上次更新2024/12/21 11:21:58
查看原帖
不懂就问
772464
volatile楼主2024/12/21 08:32
let tagColor;
$.get('https://www.luogu.com.cn/api/user/search?keyword=' + nowurluid, {}, function (res) {
    tagColor=res['users'][0]['color'];
});
console.log(tagColor);

nowurluid可以看做洛谷uid

为什么控制台输出undefined

2024/12/21 08:32
加载中...