摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title></head><body> //词法分析的顺序(函数未执行之前):1-形参,2-局部变量,3-函数。最优先级是函数 <script> fu 阅读全文
posted @ 2022-11-24 12:09 wode-wode 阅读(39) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title></head><body> <div id="i1" style="width: 300px;height: 300px;backgrou 阅读全文
posted @ 2022-11-24 11:01 wode-wode 阅读(38) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title></head><body> <div id="i1">aabbcc</div> <script> var d = document.get 阅读全文
posted @ 2022-11-24 10:58 wode-wode 阅读(169) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title></head><body> <table border="1"> <thead> <tr> <th>IP</th> <th>端口</th> 阅读全文
posted @ 2022-11-23 20:22 wode-wode 阅读(38) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>提交表单</title></head><body> <form id="i1" action="https://www.baidu.com"> <input typ 阅读全文
posted @ 2022-11-23 19:47 wode-wode 阅读(52) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>添加标签</title></head><body style="width: 1080px;margin:0 auto;"> <div id="i1"> <p>添加 阅读全文
posted @ 2022-11-23 17:32 wode-wode 阅读(1685) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>css后台布局</title> <link rel="stylesheet" href="fontawesome-free-6.2.1-web/css/v5-fon 阅读全文
posted @ 2022-11-22 18:47 wode-wode 阅读(46) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>css后台布局</title> <style> body{ margin:0}/* 去掉边框,*/ .page-header{ height: 90px; back 阅读全文
posted @ 2022-11-22 13:03 wode-wode 阅读(66) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>css后台布局</title> <style> body{ margin:0}/* 去掉边框,*/ .page-header{ height: 90px; back 阅读全文
posted @ 2022-11-22 12:51 wode-wode 阅读(33) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>css后台布局</title> <style> body{ margin:0}/* 去掉边框,*/ .page-header{ height: 90px; back 阅读全文
posted @ 2022-11-22 11:42 wode-wode 阅读(64) 评论(0) 推荐(0)