English
Output the log information to the console.
Output the debug log to the console
Note: Debug method on the App side is equivalent to the log method.
Output the log to the console
Output the info log to the console
Output the warn log to the console
Output the error log to the console
Notice:
clog
to directly output console.log()
; Knock clogv
to output console.log(": " + );
, and double cursors appear, which is convenient for printing variable names and values simultaneously.