摘要:
定义 script 标签,在 script 标签中,通过src属性导入外部js文件,并且加载执行外部js文件中国的程序代码内容 因为代码执行顺序问题,一般定义 script 标签 在 body标签内容的最下方 如果 script 标签带有 src 属性,那么就只会执行 外部式 写在 script 标 阅读全文
posted @ 2020-11-04 00:54
Tsunami黄嵩粟
阅读(1688)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2020-11-04 00:48
Tsunami黄嵩粟
阅读(99)
评论(0)
推荐(0)