Globals模块常用的方法和属性
Posted Beat Yourself
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Globals模块常用的方法和属性相关的知识,希望对你有一定的参考价值。
一、console
二、exports
三、module
四、process
五、require()
1、require.cache
2、require.extensions //不赞成使用
3、require.resolve
六、定时器类
1、创建定时器
- setImmediate(callback[, arg][, ...])
- setInterval(callback, delay[, arg][, ...])
- setTimeout(callback, delay[, arg][, ...])
2、清除定时器
以上是关于Globals模块常用的方法和属性的主要内容,如果未能解决你的问题,请参考以下文章