diff --git "a/\345\262\263\345\215\223\351\230\263/20251110-JavaScript-\347\273\203\344\271\240.md" "b/\345\262\263\345\215\223\351\230\263/20251110-JavaScript-\347\273\203\344\271\240.md"
new file mode 100644
index 0000000000000000000000000000000000000000..2584777db9eed499c2576f2786bd89d733460fb2
--- /dev/null
+++ "b/\345\262\263\345\215\223\351\230\263/20251110-JavaScript-\347\273\203\344\271\240.md"
@@ -0,0 +1,16 @@
+
+
+
+
+
+ 第一个Javascript程序
+
+
+
+ alert("http://www.mingrisoft.com")
+
+
+
+
diff --git "a/\345\262\263\345\215\223\351\230\263/20251112-JavaScript\347\273\203\344\271\240.md" "b/\345\262\263\345\215\223\351\230\263/20251112-JavaScript\347\273\203\344\271\240.md"
new file mode 100644
index 0000000000000000000000000000000000000000..9bc10cc1b5f9bf53480214ffe0b59a2dd34c0d5f
--- /dev/null
+++ "b/\345\262\263\345\215\223\351\230\263/20251112-JavaScript\347\273\203\344\271\240.md"
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+ 课后练习
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\262\263\345\215\223\351\230\263/20251114-JavaScript\347\273\203\344\271\240.md" "b/\345\262\263\345\215\223\351\230\263/20251114-JavaScript\347\273\203\344\271\240.md"
new file mode 100644
index 0000000000000000000000000000000000000000..aef07214a15450711404d11292a7921e9277d625
--- /dev/null
+++ "b/\345\262\263\345\215\223\351\230\263/20251114-JavaScript\347\273\203\344\271\240.md"
@@ -0,0 +1,273 @@
+
+
+
+
+
+
+ panduan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 流程控制语句
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10X10
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\262\263\345\215\223\351\230\263/20251117-JavaScript\347\254\254\345\233\233\347\253\240\345\207\275\346\225\260.md" "b/\345\262\263\345\215\223\351\230\263/20251117-JavaScript\347\254\254\345\233\233\347\253\240\345\207\275\346\225\260.md"
new file mode 100644
index 0000000000000000000000000000000000000000..d533588626ef9fd4bb41df4cb429a1f574c8b170
--- /dev/null
+++ "b/\345\262\263\345\215\223\351\230\263/20251117-JavaScript\347\254\254\345\233\233\347\253\240\345\207\275\346\225\260.md"
@@ -0,0 +1,39 @@
+# 笔记
+## 函数的定义
+ 在一个页面定义的函数名称必须唯一
+ 1.匿名函数定义:
+ let getNameById = funstion(){
+
+ }
+
+ 2.第一种定义方式传统 原始方式
+ funstion getNameById(){
+
+ }
+ 3.箭头:
+ let getNameById = () = >{
+
+ }
+ arguments:用于调用函数时传入的参数(实际参数)
+## 函数的返回值
+ 有return,则有返回值,而通常不为undefined
+ 无return,总是私下返回一个undefined
+
+
+# 作业
+## 实训一
+
+## 实训二
+
\ No newline at end of file
diff --git "a/\345\262\263\345\215\223\351\230\263/20251119-Javascript\347\273\203\344\271\240.md" "b/\345\262\263\345\215\223\351\230\263/20251119-Javascript\347\273\203\344\271\240.md"
new file mode 100644
index 0000000000000000000000000000000000000000..da4b62363f82c94842efb4ca0ba17b1a93bc178c
--- /dev/null
+++ "b/\345\262\263\345\215\223\351\230\263/20251119-Javascript\347\273\203\344\271\240.md"
@@ -0,0 +1,138 @@
+
+
+
+
+
+ 练习3
+
+
+
+
+
+
+
+
+
+
+
+
+ 练习4
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 练习5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 练习6
+
+
+
+
+
+
+
+
+
+
+
+
+ 练习7
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\262\263\345\215\223\351\230\263/20251120-Javascript\347\254\224\350\256\260\344\270\216\347\273\203\344\271\240.md" "b/\345\262\263\345\215\223\351\230\263/20251120-Javascript\347\254\224\350\256\260\344\270\216\347\273\203\344\271\240.md"
new file mode 100644
index 0000000000000000000000000000000000000000..eaf46dc8e826bb8c83a3ddcfbe22ae3d2329f2d5
--- /dev/null
+++ "b/\345\262\263\345\215\223\351\230\263/20251120-Javascript\347\254\224\350\256\260\344\270\216\347\273\203\344\271\240.md"
@@ -0,0 +1,116 @@
+
+
+
+
+
+ 综合练习1
+
+
+
+
+
+
+
+
+
+
+
+
+ 综合练习2
+
+
+
+
+
+
+
+ 综合练习1
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 综合练习3
+
+
+
+ 短宽度空白表格(5行6列)
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\262\263\345\215\223\351\230\263/20251121-Javascript\347\254\224\350\256\260\347\273\203\344\271\240.md" "b/\345\262\263\345\215\223\351\230\263/20251121-Javascript\347\254\224\350\256\260\347\273\203\344\271\240.md"
new file mode 100644
index 0000000000000000000000000000000000000000..76311630d84a7176b1530f640bac05b1ae08a48a
--- /dev/null
+++ "b/\345\262\263\345\215\223\351\230\263/20251121-Javascript\347\254\224\350\256\260\347\273\203\344\271\240.md"
@@ -0,0 +1,162 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+ 请输入要生成随机数的位数:
+
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\262\263\345\215\223\351\230\263/20251124-JavaScript\346\225\260\347\273\204string.md" "b/\345\262\263\345\215\223\351\230\263/20251124-JavaScript\346\225\260\347\273\204string.md"
new file mode 100644
index 0000000000000000000000000000000000000000..99a00f0b2220fed9eaf8a9d3f8ab1ab06da08b6b
--- /dev/null
+++ "b/\345\262\263\345\215\223\351\230\263/20251124-JavaScript\346\225\260\347\273\204string.md"
@@ -0,0 +1,190 @@
+
+
+
+
+
+ 综合练习1
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 综合练习2
+
+
+
+ 2022年国内手机销量排行榜(前五名)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 手机号检索(含0431)
+
+
+
+ 通讯录 - 查找含「0431」的手机号
+
+
+
+
+
+
+
+
+
+
+
+
+ 截取QQ邮箱中的QQ号
+
+
+
+ QQ邮箱:4006****66@qq.com
+
+ 截取的QQ号:
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\262\263\345\215\223\351\230\263/20251126-JavaScript\346\255\243\345\210\231\350\241\250\350\276\276\345\274\217.md" "b/\345\262\263\345\215\223\351\230\263/20251126-JavaScript\346\255\243\345\210\231\350\241\250\350\276\276\345\274\217.md"
new file mode 100644
index 0000000000000000000000000000000000000000..974f928e6a20b94562c00b340a01b6a526971cd3
--- /dev/null
+++ "b/\345\262\263\345\215\223\351\230\263/20251126-JavaScript\346\255\243\345\210\231\350\241\250\350\276\276\345\274\217.md"
@@ -0,0 +1,86 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\262\263\345\215\223\351\230\263/20251127-JavaScript\345\274\202\345\270\270\345\244\204\347\220\206.md" "b/\345\262\263\345\215\223\351\230\263/20251127-JavaScript\345\274\202\345\270\270\345\244\204\347\220\206.md"
new file mode 100644
index 0000000000000000000000000000000000000000..4a9bb532989039b71e3a57aac5adbb4cf9e1c804
--- /dev/null
+++ "b/\345\262\263\345\215\223\351\230\263/20251127-JavaScript\345\274\202\345\270\270\345\244\204\347\220\206.md"
@@ -0,0 +1,233 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
+ 数组字母查询
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 注册信息验证
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\262\263\345\215\223\351\230\263/20251128-JavaScript\344\272\213\344\273\266\345\244\204\347\220\206.md" "b/\345\262\263\345\215\223\351\230\263/20251128-JavaScript\344\272\213\344\273\266\345\244\204\347\220\206.md"
new file mode 100644
index 0000000000000000000000000000000000000000..a0f73c705afc7d85d76b36d3a1534dc4a6775b46
--- /dev/null
+++ "b/\345\262\263\345\215\223\351\230\263/20251128-JavaScript\344\272\213\344\273\266\345\244\204\347\220\206.md"
@@ -0,0 +1,198 @@
+
+
+
+
+
+ Document
+
+
+
+
+function visible(cursor, i) {
+ if (i == 0) {
+ cursor.style.border = "none"
+ } else {
+ cursor.style.border = "5px solid black"
+ }
+ }
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+ 中国的“国球”是( )
+
+
A.篮球
+
B.排球
+
C.乒乓球
+
D.羽毛球
+
+
+ function choose(event) {
+ const key = event.key.toUpperCase();
+ if (key === "C") {
+ document.getElementById('text').textContent = '乒乓球';
+ alert('正确!');
+ } else if (['A','B','D'].includes(key)) {
+ document.getElementById('text').textContent = event.target?.dataset.key || key;
+ alert('错误!');
+ }
+ }
+ document.onkeydown = choose;
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+ function getTime() {
+ let now = new Date();
+ const formatTime = now.toLocaleString('zh-CN');
+ alert(`当前时间:${formatTime}`);
+ }
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+ function getWindowSize() {
+ let width = window.innerWidth;
+ let height = window.innerHeight;
+ alert(`窗口宽度:${width}px\n窗口高度:${height}px`)
+ }
+
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+ function color(event) {
+ let obj = event.target;
+ obj.style.background = "red";
+ obj.onblur = function () {
+ obj.style.background = "blue";
+ };
+ }
+const inputs = document.querySelectorAll('select, input');
+ inputs.forEach(input => input.onfocus = color);
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+ let yearSelect = document.getElementById('year');
+ let currentYear = new Date().getFullYear();
+ for (let i = currentYear; i >= 1900; i--) {
+ let option = document.createElement('option');
+ option.value = i;
+ option.textContent = i + '年';
+ yearSelect.appendChild(option);
+ }
+
+ function showBirth() {
+ let year = yearSelect.value;
+ let month = document.getElementById('month').value;
+ let resultDom = document.getElementById('result');
+
+ if (year && month) {
+ let formatMonth = month.toString().padStart(2, '0');
+ resultDom.textContent = `你的出生年月是:${year}年${formatMonth}月`;
+ } else {
+ resultDom.textContent = '';
+ }
+ }
+
+
+