
一、删除记录 opendataconn'打开数据库连接 xxlb=RtnReplaceInt(Trim(request("xxlb")),0)'从里到外依次是接收xxlb变量,去除变量两端的空格,最外层是一个自定义函数,估计与替换有关。 id=changechr(request("id"))'接收id,并转换成字符串 ids=split(id,",")'把id按","分割,并保存到数组ids中 fori=0toubound(ids)'用for循环遍历数组 tt=trim(ids(i))'数组元...