testweb1.html
来自「MATLAB扩展编程by 孙永康.ZIP.有需要的朋友请来下载.」· HTML 代码 · 共 29 行
HTML
29 行
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb_2312-80">
<title>MATLAB Web Server测试页面1</title>
</head>
<body>
这是一个<font face="Times New Roman">MATLAB Web Server</font>测试页面。<br>
给定参数<font face="Times New Roman">x</font>
和<font face="Times New Roman">y</font>,
调用<font face="Times New Roman">testweb1.m</font>,
将计算结果以<font face="Times New Roman">html</font>页面的形式返回。<br>
<form action="/cgi-bin/matweb.exe" method="POST">
<input type="hidden" name="mlmfile" value="testweb1">
<p>请输入<font face="Times New Roman">x =</font>
<input type="text" name="x" value ="10"></p>
<p>请输入<font face="Times New Roman">y =</font>
<input type="text" name="y" value ="20"></p>
<p><input type="submit" name="Submit" value="提交"></p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?