当前位置: 代码迷 >> 综合 >> 什么虚拟定位不会被钉钉检测到
  详细解决方案

什么虚拟定位不会被钉钉检测到

热度:177   发布时间:2023-09-09 04:45:57.0
什么虚拟定位不会被钉钉检测到
<%
'asp 数组 批量修改记录
id=Request("id")
id=Split(id,",")

hits=Request("hits")
hits=Split(hits,",")

regtime=Request("regtime")
regtime=Split(regtime,",")

For i=LBound(id) To UBound(id) 
        Set rs = Server.CreateObject("ADODB.Recordset")
        sql= "Select * from article where id ="&id(i)
        If Not rs.EOF Then 
        rs("hits")=hits(i)
        rs("regtime")=regtime(i)
        rs.Update
        End If
Next

%>

什么虚拟定位不会被钉钉检测到
  相关解决方案