要在VSCode終端中只顯示結果,可以使用以下方法:
console.log()
只打印結果,而不輸出其他內容。console.log(result);
console.clear()
清除終端中的所有輸出,然后再輸出結果。console.clear();
console.log(result);
Ctrl + L
快捷鍵,來清除終端中的所有輸出。注意:以上方法只能在終端中運行JavaScript代碼時有效。如果你在終端中運行其他命令或程序,需要查看具體命令或程序的使用方法來控制輸出的顯示。