daypower.asp
来自「ASPTest 网络基础网页设计」· ASP 代码 · 共 28 行
ASP
28 行
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title> </title>
</head>
<body background="MusicBG.gif">
<%
Session("type") = Request("type")
Session("name") = Request("name")
Session("dYear1") = Request("year1")
Session("dYear2") = Request("year2")
Session("dYear3") = Request("year3")
Session("dMonth1") = Request("month1")
Session("dMonth2") = Request("month2")
Session("dMonth3") = Request("month3")
Session("dDay1") = Request("day1")
Session("dDay2") = Request("day2")
Session("dDay3") = Request("day3")
%>
<p align="center"><img src="DayPowerGraph.asp" align="center">
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?