上一页 1 2 3 4 5 6 7 8 9 10 ··· 23 下一页
摘要: 代码: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title></head><body><h1 id="my1">这是h1</h1><h1>这是第二个h1</h1><h2>这是一个h2</h2 阅读全文
posted @ 2021-08-21 21:51 从此重新定义啦 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 代码 var person={ name:"linzi", age:19, gender:"man", detail:function () { return "just be lin"; } } console.log(person.name); console.log(person.detail 阅读全文
posted @ 2021-08-21 21:21 从此重新定义啦 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 代码 var fun1=function (person) { var v1=person+"早上好"; console.log("ok"); return v1; } var f1=fun1("lnzi"); console.log(f1); 阅读全文
posted @ 2021-08-21 21:10 从此重新定义啦 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <script> var arr=[]; console.log(typeof (arr)); 阅读全文
posted @ 2021-08-21 19:36 从此重新定义啦 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 代码: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <button onclick=alert("谁让你点的")>别点</button> <but 阅读全文
posted @ 2021-08-19 11:24 从此重新定义啦 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 一.定义位置和方式 代码: base.css h3{ color: blue; } css1.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>CSS</title> <link href="base 阅读全文
posted @ 2021-08-15 19:21 从此重新定义啦 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 案例: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>新闻</title> </head> <h1>美联储3天接盘近20万亿资金</h1> <hr width="500" align="left"> <p> 阅读全文
posted @ 2021-08-15 12:42 从此重新定义啦 阅读(70) 评论(0) 推荐(0) 编辑
摘要: mysql导出csv: select * from test_info into outfile '/tmp/test.csv' fields terminated by ',' 字段间以,号分隔 optionally enclosed by '"' 字段用"号括起 escaped by '"' 字 阅读全文
posted @ 2021-06-16 18:55 从此重新定义啦 阅读(58) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-02-02 17:50 从此重新定义啦 阅读(4) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-01-18 18:07 从此重新定义啦 阅读(0) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 23 下一页