📄 moutput.htm
字号:
<html>
<head>
<script language="javascript">
<!--
function displayResult(output)
{
document.outputForm.result.value=output;
}
//-->
</script>
</head>
<body>
<form method=post name="outputForm">
在左边输入完毕后,单击下面的文本区,会显示表达式和计算结果:<p>
<textarea name=result rows=4 cols=20 wrap=soft></textarea>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -