Gowther
Results
2
issues of
Gowther
1. 本地Node版本为v12.18.3,根据[Node官方文档](https://nodejs.org/api/fs.html#fsreaddirsyncpath-options)说明, fs.readFileSync(path, endcoding)方法,不传encoding时方法返回的是二进制buffer,126行 vm.run(code) vm运行时会报错。 `If the encoding option is specified then this function returns a string. Otherwise it returns a buffer.` 2. 根据[vm2官方文档](https://github.com/patriksimek/vm2)说明,没有找到 vm.runInContext()方法, 160 行运行报错。 What is...
iOS15.0 1. switshot快捷指令的操作只有一个未知操作,在已连接switch WIFI的情况下运行显示"无法与帮助程序通信",打开app可以正常转移 2. 多次转移视频在最近里只有最新的一个,之前转移的不会保存下来吗?