). ?
....
....
<
-
Modern browsers will take script tags in the body like so:
Basically, it means that the script will be loaded once the page has finished, which may be useful in certain cases (namely DOM manipulation). However, I highly recommend you take the same script and put it in the head tag with "defer", as it will give the same effect.
- 热议问题