💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
## Buffer::tostring ### 接口说明 >将缓冲区转换成字符串 > +++ put:tostring <<< success helloworld +++ ### 代码演示 ~~~ var writeBuffer = new Buffer; writeBuffer.writeString("helloworld"); println(writeBuffer.tostring()); ~~~