我想像Vs代码一样清除Remix IDE的终端。如果我在vs代码终端中键入clear,它将清除前面的所有命令。在Remix Ide是怎么做到的?
我试过-
clear
cls但这一切都没有用
clear is not defined
cls is not defined发布于 2022-10-10 01:21:46
终端窗口的左上角有一个“清除控制台”按钮。
发布于 2022-11-02 15:26:37
清除命令在混合IDE术语中不起作用,以清除术语,单击Snap中提到的按钮

发布于 2022-09-10 06:35:26
Remix目前不支持这样的命令。你可以访问:
https://remix-ide.readthedocs.io/en/latest/remix_commands.html
https://ethereum.stackexchange.com/questions/135349
复制相似问题