<%ConnectionDatabase()%> <% Set rs = Server.CreateObject("Adodb.Recordset") sql = "Select * From HTX_Article Where ArticleID=7" rs.open sql,conn,1,1 IF not rs.eof Then ArticleContent = rs("ArticleContentM") End IF rs.close Set rs = Nothing %> 源興水果專賣店
 
<%=ArticleContent%>
 
查詢表格
 

檢視較大的地圖
版權所有©2012 源興水果專賣店
<%CloseConn()%>