test.jsp
来自「通过移动gsmmodem来收发短信」· JSP 代码 · 共 40 行
JSP
40 行
<%@page contentType="text/html; charset=gb2312" language="java" %><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META HTTP-EQUIV='Pragma' CONTENT='no-cache'>
<META HTTP-EQUIV='Cache-Control' CONTENT='no-cache'>
<META HTTP-EQUIV='Expires' CONTENT='0'><title>Insert title here</title></head>
<script>
function test()
{
document.write ("<p><font color='pink' face=华文行楷 size=3> ")
document.write ("<p> 小时候的梦想")
document.write ("<p> 从来就不曾遗忘")
document.write ("<p> 找个世上最美的新娘")
document.write ("<p> 陪你到地久天长")
document.write ("<p> 爱你到地老天荒")
document.write ("<p> 用我温柔的心带你一起飞翔")
document.write ("<p> 我想打开心房")
document.write ("<p> 让你在心中回荡")
document.write ("<p> 拥有每个梦你的夜晚")
document.write ("<p> 当接触你的眼光")
document.write ("<p> 我的心地旋天转")
document.write ("<p> 意乱情迷的我为你痴狂")
document.write ("</font>")
}
</script><body><table border="1" cellpadding="5" width="300">
<tr>
<td>213423142134</td>
<td>
<input type="button" name="button" value="Button" onclick="test();"/>
</td>
</tr>
</table></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?