Qurak

ReadString

引擎已實作,但 Qurak 不允許使用

Read the contents of a file or stream as a string.

ReadString["file"]
ReadString[stream]
ReadString[proc]
ReadString[src, term]
ReadString[x] → ReadString[x]ReadString[StringToStream["hi there"]] → hi theres = StringToStream["a-b-c"]; {ReadString[s, "-"], ReadString[s, "-"]} → {a, b}ReadString[StringToStream[""]] → EndOfFile

相關

全部 6300 個函式 · 從 MCP 用戶端使用這個