Home > php教程 > php手册 > body text

动态添加删除表单

WBOY
Release: 2016-06-06 20:01:43
Original
1021 people have browsed it

// 读取文件夹中某类型的图片 using System.IO; DirectoryInfo imagesfile = new DirectoryInfo (Server.MapPath( ~/image )); FileInfo [] fileinfo = imagesfile.GetFiles( *.jpg ); foreach ( FileInfo fi in fileinfo) { strpic += img src=/../image/ +

// 读取文件夹中某类型的图片

using System.IO;

        DirectoryInfo imagesfile = new DirectoryInfo (Server.MapPath("~/image" ));

        FileInfo [] fileinfo = imagesfile.GetFiles("*.jpg" );

        foreach (FileInfo fi in fileinfo)

        {

            strpic += "动态添加删除表单 + fi.Name + "/" />" ;

        }

 

 





无标题文档





    

         




    

         
         





 

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!