<!-- $Revision: 1.2 $ -->
<html>
<title>PID远程水位控制</title>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
</head>
<body bgcolor="#FFFFFF">
<form action="/cgi-bin/matweb.exe" method="POST" target="outputwindow">
<input type="hidden" name="mlmfile" value="webpeaks"><p>
<center>
<h3 style="font-size:50px; color:blue">PID远程水位控制</h3>
<img src="/shuiwei.gif" style="height:250px;width:500px"><br>
<h2 style="font-size:30px; color:blue">被控对象传递函数:G(s)=50/(0.125s<sup>2</sup>+7s)</h2>
<table border=0>
<tr>
<br>
<br>
请输入PID校正参数:
<p style="color:red">Kp:</p><input type="text" style="height:40px; font-size:22px;" size="8" name="KP" maxlength="5" >
<p style="color:red">Kd:</p><input type="text" style="height:40px; font-size:22px;" size="8" name="KD" maxlength="5" >
<p style="color:red">Ki:</p><input type="text" style="height:40px; font-size:22px;" size="8" name="KI" maxlength="5" >
</td>
</tr>
</table>
<p>
<input type="submit" value="PID控制" style="height:40px;width:80px">
<p>
</center>
</form>
</body>
</html>
能不能说的清楚点呢,我也不是专业学这个的,只是毕业涉及这方面,很多都不懂,视频看了还是有点云里雾里。浮动加在哪里呢😓,谢谢!
能不能说的清楚点呢,我也不是专业学这个的,只是毕业涉及这方面,很多都不懂,视频看了还是有点云里雾里。浮动加在哪里呢😓,谢谢!
追答在《请输入PID校正参数》,添加一个p标签,再在p标签里面填写样式,即请输入PID校正参数
你试试行不行
HTML超文本标记语言,标准通用标记语言下的一个应用。“超文本”就是指页面内可以包含图片、链接,甚至音乐、程序等非文字元素。超文本标记语言的结构包括“头”部分(英语:Head)、和“主体”部分(英语:Body),其中“头”部提供关于网页的信息,“主体”部分提供网页的具体内容。
本回答被网友采纳语法:writing-mode:lr-tb或writing-mode:tb-rl
参数:
1、lr-tb:从左向右,从上往下
2、tb-rl:从上往下,从右向左