Foxtable(狐表)用户栏目专家坐堂 → 什么显示多文件内容


  共有3406人关注过本帖平板打印复制链接

主题:什么显示多文件内容

帅哥,在线噢!
有点蓝
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:超级版主 帖子:106838 积分:543397 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2021/8/21 14:46:00 [只看该作者]

            If e.PostValues.ContainsKey("up1_deleted"Then
                Dim Files = e.PostValues("up1_deleted").Split("|")
Dim lst As List(of String) = dr.Lines("图片一")
                For Each File As String In Files
lst.Remove(File)
                    sb.AppendLine(file & "<br/>")
                    file = "d:\web\" & File.Trim(".")
                    If Filesys.FileExists(fileThen
                        Filesys.DeleteFile(file)
                    End If
                Next
dr.Lines("图片一") = lst
            End If

 回到顶部
总数 35 1 2 3 4 下一页