读取文件二进制内容。
fs(path).binary()
无参数。
file = fs('docs-bin.txt') file.write('BT') result = file.binary() // 输出:[66,84] print result