´úÂëÈçÏ£º <% exec="select * from yqlj" set rs=server.createobject("adodb.recordset") rs.open exec,conn,1,1 %> <%do while not rs.eof%> <a href="lj_wz=<%=rs("lj_wz")%>" target="_blank"><%=rs("lj_name")%></a> | <% rs.movenext loop rs.Close set rs=nothing%>
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Runtime.InteropServices; nam ......