06 2021 档案

摘要:welcome-file标签 <welcome-file-list> <welcome-file>index.html</welcome-file> //此处开始逐一往下查找 <welcome-file>index.htm</welcome-file> <welcome-file>index.jsp 阅读全文
posted @ 2021-06-13 18:37 阅读(81) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <script type="text/javascript"> function test(){ console.log("test"); } </script> 阅读全文
posted @ 2021-06-07 11:15 阅读(57) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <h1 id="z"></h1> <script type="text/javascript"> function get(opti 阅读全文
posted @ 2021-06-04 15:16 阅读(156) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <script type="text/javascript"> //直接创建方式 // var student = new Obje 阅读全文
posted @ 2021-06-04 15:14 阅读(30) 评论(0) 推荐(0)