求助 这些后台语言什么意思啊
前端吧
全部回复
仅看楼主
level 4
遁入云烟 楼主
2018年11月20日 03点11分 1
level 4
遁入云烟 楼主
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<% Response.CodePage=65001 %>
<% Response.Charset="UTF-8" %>
<!--#include file="Inc/syscode.asp" -->
<!--#include file="Inc/TOP.asp"-->
<%
Set rs00 = Server.CreateObject("ADODB.Recordset")
rs00.Open "Select * From Seonews where id=16", conn,3,3
title=rs00("title")
content=rs00("content")
keyword=rs00("keyword")
Descriptions=rs00("Description")
key1=rs00("key1")
key2=rs00("key2")
key3=rs00("key3")
key4=rs00("key4")
key5=rs00("key5")
url1=rs00("url1")
url2=rs00("url2")
url3=rs00("url3")
url4=rs00("url4")
url5=rs00("url5")
rs00.close
set rs00=nothing
%>
2018年11月20日 03点11分 2
level 4
遁入云烟 楼主
<div class="warpimg" ><%=content%></div>
2018年11月20日 03点11分 3
level 4
遁入云烟 楼主
2018年11月20日 04点11分 4
level 5
连接数据库
2018年11月20日 05点11分 5
1