Home > Article > Web Front-end > How to make the Chrome console support multi-line js mode - unexpected discovery_javascript skills
For a long time, the Chrome console lacked a multi-line execution mode like the IE debug console.
Today I accidentally discovered that Chrome actually supports multi-line mode. By default, this command will be executed after entering Enter on the Chrome console. You only need to enter Shift Enter to create a new line.