九色国产,午夜在线视频,新黄色网址,九九色综合,天天做夜夜做久久做狠狠,天天躁夜夜躁狠狠躁2021a,久久不卡一区二区三区

打開APP
userphoto
未登錄

開通VIP,暢享免費電子書等14項超值服

開通VIP
asp.net Directory生成文件夾
 protected void btn_Click(object sender, EventArgs e)
    {
        string strSql = "select*from lmb ";
        DataTable dt = new DataTable();
        new SQLHelper().ExecuteSql(strSql, out dt);
        foreach (DataRow dr in dt.Rows)
        {
            string filepath = Server.MapPath("~" + dr["lmlj"].ToString());
            if (!Directory.Exists(filepath))
            {
                Directory.CreateDirectory(filepath);
            }
        }

        Response.Write("<script>alert('" + dt.Rows[0]["lmmc"].ToString() + "文件夾生成完畢!')</script>");
    }
    protected void btnDel_Click(object sender, EventArgs e)
    {
        string strSql = "select*from lmb ";
        DataTable dt = new DataTable();
        new SQLHelper().ExecuteSql(strSql, out dt);
         dt.Rows.Remove(dt.Rows[0]);
       
        foreach (DataRow dr in dt.Rows)
        {

            string filepath = Server.MapPath("~" + dr["lmlj"].ToString());
            if (filepath != "")
            {
                if (Directory.Exists(filepath))
                {

                    Directory.Delete(filepath);
                }
            }

        }
    }
本站僅提供存儲服務,所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權內(nèi)容,請點擊舉報。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
asp.net 長內(nèi)容文章自動分頁(精)
(C#)excel數(shù)據(jù)導入SqlServer中 - ziping99的日志 - 網(wǎng)易博客
把數(shù)據(jù)導入到Excel
asp.net 將DataTable中的數(shù)據(jù)導出到Excel并下載方法
C# 數(shù)據(jù)導出到Excel
xml與datatable互轉類
更多類似文章 >>
生活服務
熱點新聞
分享 收藏 導長圖 關注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權!
如果VIP功能使用有故障,
可點擊這里聯(lián)系客服!

聯(lián)系客服