⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 daypower.asp

📁 ASPTest 网络基础网页设计
💻 ASP
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -