检测path是否为绝对路径。一个绝对路径会解析到相同的位置,无论是不是在工作目录。
由于该方法属于path模块,使用前需要引入path模块(var path= require(“path”) )
path path路径