Files
ClassContent/历届学生/熊坤/2019-02-28/index.html
2024-09-27 02:06:13 +08:00

42 lines
1.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>继续学习</title>
</head>
<body>
<!-- 表单 -->
<form action="http://192.168.0.101/login.php" method="post">
<input type="text" required maxlength="11" placeholder="账户" name="username">
<input type="password" required placeholder="密码" name="userpwd" >
<input type="number" required name="" max="100" min="3" placeholder="请输入你的年龄">
<input type="submit" value="登录" >
</form>
<h2>请输入你的留言:</h2>
<textarea name="" id="" placeholder="dede " cols="40" rows="20"></textarea>
<p>
<b>创建一个Dio实例并配置它</b> <br>
<hr>
<i>建议在项目</i> 中使用Dio单例<big>这样便可对同</big> 一个dio实 <small>例发起的所有请</small> 求进行一些统一的配置比如设置公共header、请求基地址、超时时间等
这里有一个在Flutter <del>工程中</del> 使用Dio单例定义为top level变量的示例供开发者参考。
</p>
<div>
我是div标签
</div>
<!-- <audio src="http://www.runoob.com/try/demo_source/horse.ogg" controls>
音频无法播放
</audio> -->
</body>
</html>