编程鬼谷子的博客
Mac下查看node等的安装路径
只需要在命令行中输入一行命令即可。如下:
which node
结果如下:
/usr/
local
/bin/node
« Previous
两个链表的第一个公共结点
Next »
int (*a)[10] 和 int *a[10] 的区别