摘要: 原视频 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>生成器函数 阅读全文
posted @ 2023-03-04 21:18 垂序葎草 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 原视频 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>生成器函数 阅读全文
posted @ 2023-03-04 21:05 垂序葎草 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 原视频 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>生成器</ 阅读全文
posted @ 2023-03-04 20:58 垂序葎草 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 原视频 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>自定义遍历 阅读全文
posted @ 2023-03-04 20:30 垂序葎草 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 原视频 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>迭代器</ 阅读全文
posted @ 2023-03-04 20:24 垂序葎草 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 原视频 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Symbo 阅读全文
posted @ 2023-03-04 20:10 垂序葎草 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 原视频 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Symbo 阅读全文
posted @ 2023-03-04 20:04 垂序葎草 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 原视频 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>symbo 阅读全文
posted @ 2023-03-04 19:49 垂序葎草 阅读(13) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } #outer{ width: 500px; margin: 阅读全文
posted @ 2023-03-04 19:37 垂序葎草 阅读(9) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text 阅读全文
posted @ 2023-03-04 19:36 垂序葎草 阅读(9) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <script type="text/javascript"> /* * 浏览器在加载一个页面时,是按照自上向下的顺序加载的, * 读取到一行就运行一行,如果将s 阅读全文
posted @ 2023-03-04 19:31 垂序葎草 阅读(15) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <!-- 我们可以在事件对应的属性中设置一些js代码, 这样当事件被触发时,这些代码将会执行 这种写法我们称为结构和行为耦合,不方便 阅读全文
posted @ 2023-03-04 19:25 垂序葎草 阅读(7) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <button id="btn">我是一个按钮</button> <script type="text/javascript"> / 阅读全文
posted @ 2023-03-04 19:24 垂序葎草 阅读(8) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <script type="text/javascript"> /* * 电子邮件 * hello .nihao @ abc .com.cn * * 任意字母数字 阅读全文
posted @ 2023-03-04 19:22 垂序葎草 阅读(88) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <script type="text/javascript"> /* * 创建一个正则表达式检查一个字符串中是否含有aaa */ /* * 量词 * - 通过量词 阅读全文
posted @ 2023-03-04 19:09 垂序葎草 阅读(10) 评论(0) 推荐(0) 编辑