数据分析师2017-09-30 23:16:18
What is the difference between inserting <script> in <head> and <body>? -PHP Chinese website Q&A-What is the difference between inserting <script> in <head> and <body>? -PHP Chinese website Q&A
Please watch and learn.
迷茫2016-12-21 09:30:48
浏览器读代码的时候,是从<head>的先执行,<body>的后执行。script放在不同的位置,顺序不同。但是,如果是事件触发的script,放那里都可以!