?? success.jsp~6~
字號:
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
success
</title>
<script type="text" language="javascript">
function go(){
location.href=vote.jsp;
}
</script>
</head>
<body bgcolor="#ffffff">
<h1>
投票成功,感謝您的參與!
</h1>
<form method="post" action="/Web/search">
<br><br>
<input type="submit" name="Submit" value="查看結果">
<input type="button" value="返回">
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -