摘要:
其实可以使用sql语句查询出所有有外链的地方后台--工具-sql助手(acc和sql通用)select m_id,m_name from m_data where m_des like '%http%' 阅读全文
摘要:
<%dim prodIdprodId = Request.QueryString("id") set conn = server.createObject("ADODB.Connection")set rs = server.createObject("ADODB.Recordset") query = "select prodName from products where id = " & prodId conn.Open "Provider=SQLOLEDB; Data Source= 阅读全文