vacation.asp
来自「STM32 Keil 下的驱动STM32 Keil 下的驱动」· ASP 代码 · 共 13 行
ASP
13 行
<!--#include file="Conn.asp"-->
<!--#include file="Inc/Class_public.asp"-->
<!--#include file="Inc/Class_User.asp"-->
<!--#include file="Inc/Class_Html.asp"-->
<%
dim Cnwy_Html
set Cnwy_Html=new CnwyAsp_Html
Cnwy_Html.Mbhtml("top")
Cnwy_Html.vacinfohtml()
Cnwy_Html.Mbhtml("foot")
set Cnwy_Html=nothing
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?