config.asp

来自「网上购物源代码」· ASP 代码 · 共 20 行

ASP
20
字号
<%
	
	const conWebSiteName = "Onestar bookshop (小谭哥!)"
	const conTitleColor = "rgb(210,232,255)"  
	const conBackColor = "#ffffff"            
	const conGlobalBgColor = "#d7d7d7"        

	const conBigImagewWidth = 150		
	const conBigImageHeight = 150		
	const conSmallImagewWidth = 60	
	const conSmallImageHeight = 75	

	const conPopWidth  =  530		
	const conPopHeight  =  300	
	
	const conMaxPerPage  =  10	

	Session("oldUrl") = "./"
%>

⌨️ 快捷键说明

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