以异步的方式读取链接。
由于该方法属于fs模块,使用前需要引入fs模块(var fs= require(“fs”) )
path 路径
callback 回调,传递2个参数,异常err 和 linkString返回的链接字符串