各位大佬, axios 异步请求,回调函数获取全局变量为空,怎么解决这个问题啊?

2020-09-23 20:54:04 +08:00
 qwertty01

RT,在线等

1393 次点击
所在节点    问与答
5 条回复
liberty1900
2020-09-23 21:00:01 +08:00
Talk is cheap
SilencerL
2020-09-23 21:15:02 +08:00
Show me the fucking code.
qwertty01
2020-09-23 21:52:02 +08:00
@liberty1900 @SilencerL 麻烦大佬帮忙看一下
Danswerme
2020-09-23 22:06:08 +08:00
你这是要拿到 ref ? 函数式组件的话可以用 useRef
import { useRef } from "react";
...

let growl = useRef(null);

文档见此 https://zh-hans.reactjs.org/docs/hooks-reference.html#useref

另外你 then 里面的 const.log 是什么玩意?
qwertty01
2020-09-23 22:21:39 +08:00
@Danswerme 多谢大佬指点,ref 这块一直没太学明白。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/709907

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX