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

📄 openfile01.asp

📁 北方供求 V3.3 Sql 版 §V3.3更新功能 1、首页(自动生成静态
💻 ASP
字号:
<!--#include file="ConnectDB.asp" -->
<%
If Not Request("pId")="" Then
	Set rs=Server.CreateObject("ADODB.recordset")
	sql="select pid,ContentType,Data from FileLibrary where pID='" & trim(request("pId")) &"'"
	rs.open sql,conn,1,1 

	If Not (Rs.Eof And Rs.Eof) Then
		Response.ContentType = Rs("ContentType")
		Response.BinaryWrite rs("Data")
	End If

	rs.close 
	set rs=nothing 
	set conn=nothing
End If
%> 

⌨️ 快捷键说明

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