摘要: 请求数据格式 阅读全文
posted @ 2022-09-29 15:46 风陵南 阅读(27) 评论(0) 推荐(0)
摘要: HTTP 阅读全文
posted @ 2022-09-29 15:41 风陵南 阅读(25) 评论(0) 推荐(0)
摘要: JavaWeb 技术栈 阅读全文
posted @ 2022-09-29 15:35 风陵南 阅读(21) 评论(0) 推荐(0)
摘要: 正则表达式 阅读全文
posted @ 2022-09-29 15:24 风陵南 阅读(24) 评论(0) 推荐(0)
摘要: 需求 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <form id="reg-form" action="#" method="post"> 用户 阅读全文
posted @ 2022-09-29 15:03 风陵南 阅读(76) 评论(0) 推荐(0)
摘要: 事件监听 1、事件绑定 2、常见事件 阅读全文
posted @ 2022-09-29 13:52 风陵南 阅读(37) 评论(0) 推荐(0)
摘要: Array String 自定义对象 BOM Window对象: History对象: Location对象: DOM 1、获取Element对象 2、常见HTML Element 查阅使用文档 阅读全文
posted @ 2022-09-29 00:58 风陵南 阅读(30) 评论(0) 推荐(0)
摘要: 书写语法 输出语句 变量 数据类型 运算符 == 与 区别: ==: 1、判断类型是否一样,如果不一样,则进行类型转换 2、再去比较其值 : 1、判断类型是否一样,如果不一样,直接返回false 2、再去比较其值 类型转换: * 其他类型转为number:(一般使用parseInt) 1、strin 阅读全文
posted @ 2022-09-29 00:45 风陵南 阅读(65) 评论(0) 推荐(0)