functionfun(this:{name:string},info:{name:string}){console.log(this)}//获取函数的类型typefuntype=typeof fun
//想要直接获取函数的this类型,采用内置组件typethisType= ThisParameterType<funtype>//想要移除一个函数类型type的this参数类型,并且返回当前剩余的函数类型typethisRemove= OmitThisParameter<funtype>export{}
最近需要做动物行为学分析的相关研究,同时由于合作者只有 Windows 系统,于是只好在 Windows 中配置环境。说实话还真的是挺折磨的。。。
一、下载 Anaconda
可以通过清华源下载 Anaconda:https://mirrors.tuna.tsinghua.edu.cn/anaconda/ar…