学习链接:https://www.jianshu.com/p/7e60fc1be1b2
如果遇到了Uncaught (in promise) NavigationDuplicated: Avoided redundant navigation to current location异常
宏任务一般是:包括整体代码script,setTimeout,setInterval、I/O、UI render。
参考链接:https://blog.csdn.net/qq_31967985/article/details/109902310
Go语言里面最具特色的就是他的协程和 channel ,有了它们以后我们可以非常方便的处理多线程的问题。