Method description:
This method is the same as console.log(). From the source code, it directly calls console.log.
Grammar:
Receive parameters:
Accepts several parameters. If there is only one parameter, the string form of this parameter will be output.
If there are multiple parameters, it will be output in a format similar to the C language printf() command.
If there are no parameters, just print a newline character
Example:
Source code: