const.asp

来自「一个简单ASP+ACCESS博客程序Simple Blog v1.2 。ASP虽」· ASP 代码 · 共 7 行

ASP
7
字号
<%
const HOME_PATH="http://localhost/SimpleCMS/" 'Deprecated
const BLOG_VERSION = "1.2"
const BLOG_NAME = "Simple Blog"
const NEW_EDITOR = "<!--SimpleBlog-->"
%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?