gpt4 book ai didi

javascript - Spidermonkey js shell中 `read`/`snarf`的对面,函数是将字符串写入文件?

转载 作者:行者123 更新时间:2023-11-30 10:06:23 24 4
gpt4 key购买 nike

Spidermonkey 的 js shell 有一个很好的功能,称为 read/snarf 可以从磁盘读取文件。是否有等效的方法来写入 文件? documentation 中没有类似的内容但也许有人知道一些未记录的方法来做到这一点。

我正在寻找一种从交互式 js session 中获取大字符串的方法。在浏览器/Firebug 中,我可以使用 copy 将字符串复制到剪贴板,或将其添加到 DOM 进行复制。在节点中,我会使用 fs 来编写一个文件。

最佳答案

您可以像这样使用 shell 公开的 redirectputstr 函数:

const previous = redirect('path/to/your/file')
putstr('stuff to be written')
redirect(previous) // restore the redirection to stdout

或者您可以使用 os.file.writeTypedArrayToFile 来编写类型化数组。

关于javascript - Spidermonkey js shell中 `read`/`snarf`的对面,函数是将字符串写入文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28910858/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com