Assorted
githubusercontent curl 无法连接的解决办法
解决 curl 返回 Failed to connect to raw.githubusercontent.com port 443: Connection refused 的问题。
解决 curl 返回 Failed to connect to raw.githubusercontent.com port 443: Connection refused 的问题。
一些库的作者创建空对象的时候会使用 Object.create(null),这么做的好处和意义是什么,它和字面量方式创建空对象有什么不同,本文对此进行分析。