diff --git "a/37\345\274\240\346\255\243\350\261\252/2022-11.21\350\216\267\345\217\226&\350\256\276\347\275\256\345\261\236\346\200\247\345\200\274/\344\275\234\344\270\232/\345\205\250\351\200\211\345\217\215\351\200\211\347\273\203\344\271\240.html" "b/37\345\274\240\346\255\243\350\261\252/2022-11.21\350\216\267\345\217\226&\350\256\276\347\275\256\345\261\236\346\200\247\345\200\274/\344\275\234\344\270\232/\345\205\250\351\200\211\345\217\215\351\200\211\347\273\203\344\271\240.html" index 65fb29746bed9c9427f205fae936693e1c084fbf..6ab4ee4bad01a8ad97efb4855a652a062d3b5079 100644 --- "a/37\345\274\240\346\255\243\350\261\252/2022-11.21\350\216\267\345\217\226&\350\256\276\347\275\256\345\261\236\346\200\247\345\200\274/\344\275\234\344\270\232/\345\205\250\351\200\211\345\217\215\351\200\211\347\273\203\344\271\240.html" +++ "b/37\345\274\240\346\255\243\350\261\252/2022-11.21\350\216\267\345\217\226&\350\256\276\347\275\256\345\261\236\346\200\247\345\200\274/\344\275\234\344\270\232/\345\205\250\351\200\211\345\217\215\351\200\211\347\273\203\344\271\240.html" @@ -30,7 +30,15 @@ } function stast1() { - + var ip = document.querySelectorAll('input') + for (let i = 2; i < ip.length; i++) { + if (ip[i].checked) { + ip[i].checked =false + }else{ + ip[i].checked = true + } + + } } diff --git "a/37\345\274\240\346\255\243\350\261\252/2022-11.23\344\272\213\344\273\266/\344\275\234\344\270\232/\345\215\225\345\217\214\345\207\273\344\272\213\344\273\266.html" "b/37\345\274\240\346\255\243\350\261\252/2022-11.23\344\272\213\344\273\266/\344\275\234\344\270\232/\345\215\225\345\217\214\345\207\273\344\272\213\344\273\266.html" new file mode 100644 index 0000000000000000000000000000000000000000..8596dee4924613e71ad7591032e393d15a1a70dd --- /dev/null +++ "b/37\345\274\240\346\255\243\350\261\252/2022-11.23\344\272\213\344\273\266/\344\275\234\344\270\232/\345\215\225\345\217\214\345\207\273\344\272\213\344\273\266.html" @@ -0,0 +1,35 @@ + + + + + + + Document + + + + + + + \ No newline at end of file diff --git "a/37\345\274\240\346\255\243\350\261\252/2022-11.23\344\272\213\344\273\266/\347\254\224\350\256\260/\347\254\224\350\256\260.txt" "b/37\345\274\240\346\255\243\350\261\252/2022-11.23\344\272\213\344\273\266/\347\254\224\350\256\260/\347\254\224\350\256\260.txt" new file mode 100644 index 0000000000000000000000000000000000000000..3cdce72c9dfbc14b35f49aa48cdab018f7f8dfe5 --- /dev/null +++ "b/37\345\274\240\346\255\243\350\261\252/2022-11.23\344\272\213\344\273\266/\347\254\224\350\256\260/\347\254\224\350\256\260.txt" @@ -0,0 +1,3 @@ +onclick:单击触发 +ondblclick:双击触发 +removeEventListener:事件检测,默认false表示冒泡;true:捕获 \ No newline at end of file diff --git "a/37\345\274\240\346\255\243\350\261\252/2022-11.29jquery/\347\254\224\350\256\260.txt" "b/37\345\274\240\346\255\243\350\261\252/2022-11.29jquery/\347\254\224\350\256\260.txt" new file mode 100644 index 0000000000000000000000000000000000000000..ec5d0223fbb04c4f558686867991e9af4f7b59b3 --- /dev/null +++ "b/37\345\274\240\346\255\243\350\261\252/2022-11.29jquery/\347\254\224\350\256\260.txt" @@ -0,0 +1,4 @@ +#:选择id +dir:查看数据 +alert:弹窗 +.slice(6,10):提取6-10之间的字符 \ No newline at end of file diff --git "a/37\345\274\240\346\255\243\350\261\252/2022-11.29jquery/\347\273\203\344\271\240\357\274\232\346\234\253.html" "b/37\345\274\240\346\255\243\350\261\252/2022-11.29jquery/\347\273\203\344\271\240\357\274\232\346\234\253.html" new file mode 100644 index 0000000000000000000000000000000000000000..fb81773d17eed22d6b199d58fec60d17531b85dd --- /dev/null +++ "b/37\345\274\240\346\255\243\350\261\252/2022-11.29jquery/\347\273\203\344\271\240\357\274\232\346\234\253.html" @@ -0,0 +1,125 @@ + + + + + + + jquery + + + + + + + + + + + +
留言 0
+ +
+ + + \ No newline at end of file