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 客户端使用