Qurak
說明文件
價格
登入
Qurak
說明文件
函式
ReadString
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 there
s = StringToStream["a-b-c"]; {ReadString[s, "-"], ReadString[s, "-"]} → {a, b}
ReadString[StringToStream[""]] → EndOfFile
搜尋參考文件
相關
WriteString
ReadLine
ReadList
Read
ImportString
ReadByteArray
BinaryRead
DeviceRead
ProcessObject
InputStream
Find
LinkRead
← ReadProtected
Real →
全部 6300 個函式
·
從 MCP 用戶端使用這個