How to remove all recent console command

前端 未结 10 1162
青春惊慌失措
青春惊慌失措 2020-11-27 13:00

to using commands that were previously submitted by bringing focus to the console and pressing up/down key on it. I want to remove all of the recent command. I\'ve tried thi

10条回答
  •  南方客
    南方客 (楼主)
    2020-11-27 13:28

    Simply enter clear() in the chrome console to remove all previous text there.

提交回复
热议问题