返回当前 fs 对象绑定的路径文本。
fs(path).to_string()
无参数。
file = fs('demo.txt') result = file.to_string() // 输出:demo.txt print result