Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遵循 Doc,但出现了一些错误。
如果你重复你得到的错误会很有用,但我会猜测问题是什么。
文本dio.interceptor不在任何函数、构造函数或变量初始值设定项内。您只能在这些地方使用表达式,而不是在库的顶层。
dio.interceptor
在你写的地方dio.interceptor,你需要写一个变量或函数声明。没有有效的声明,dio.interceptor因为它不能是类型,因此分析器会告诉您程序无效,并且很可能需要类型。
main无论你想做什么,把它放在一个函数中,如果这是你的程序的主文件,甚至可能是一个函数。
main