<body onload="Function to be executed();">
Notice:
The script is added and then the tail is not in the onload. When the script function or code is executed, it is necessary to ensure that the image is loaded intact.
Add it to the end and write it like this:
1. = function name;
Note: There are no double brackets after the function name;
or
2、=function(){
//The code to be executed
}
Notice:
The script is added and then the tail is not in the onload. When the script function or code is executed, it is necessary to ensure that the image is loaded intact.
Add it to the end and write it like this:
1. = function name;
Note: There are no double brackets after the function name;
or
2、=function(){
//The code to be executed
}