同步版本的chmod() ,该方法用来改写文件的读写权限。
fs.chmodSync(path,mode)
由于该方法属于fs模块,使用前需要引入fs模块(var fs = require(“fs”) )
1. path 文件路径
2. mode 读写权限(如:777)