gpt4 book ai didi

console - 返回 REPL 中行的开头

转载 作者:行者123 更新时间:2023-12-02 15:45:48 24 4
gpt4 key购买 nike

是否可以在我的脚本中包含代码,在 REPL 中打印输出时将光标设置回当前行的开头? (即用户看到的内容会更新)。我在 @printf 中尝试了 \r 但它的作用似乎与 \n 相同。

到目前为止,我找到的唯一解决方案是 @printf 几个 \b 字符:

julia> @printf("one\ntwo\rthree")
one
two
three
julia> @printf("one\ntwo\b\bhree")
one
three
julia>

是否有更好的方法将光标设置到当前行的开头?我使用的是 Windows 系统。

最佳答案

您可能在 @printf 宏中遇到了错误。我刚刚尝试了您的示例,它现在工作正常 - 即它按照您的预期工作,输出 two 现在被 Three 覆盖:
Julia >@printf“一\n二\r三”


关于console - 返回 REPL 中行的开头,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37769218/

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