let decoder = new TextDecoder(); // This decoder can be reused for several reads let promise = OS.File.read("file.txt"); // Read the ...
確定! 回上一頁