欢迎来到皮皮网官网

【haashmap源码】【物流项目源码scm】【图片平移matlab源码】dreamweaver源码

时间:2024-11-28 16:54:32 来源:301程序源码

1.dreamweaver 如何批量替换源代码文件

dreamweaver源码

dreamweaver 如何批量替换源代码文件

       正则表达式不能提取文件名作为变量,可以试试VBS:

       sFolder = "."

       Set oFSO = CreateObject("Scripting.FileSystemObject")

       Set oFolder= oFSO.GetFolder(sFolder)

       Set colFiles = oFolder.Files

       For Each oFile in colFiles

        If Lcase(oFSO.GetExtensionName(oFile)) = "html" Thehaashmap源码n

        oName = Split(oFile.Name,".")(0)

        Set sFile = oFSO.OpenTextFile(oFile, 1)

        colLines = sFile.ReadAll

        sFile.Close

        aryLines = Replace(colLines, "1.jpg", oName & ".jpg")

        Set dtFile = oFSO.OpenTextFile(oFile, 2)

        dtFile.Write aryLines

        dtFile.Close

        End If

       Next

       Set oFSO = Nothing

       代码假设文件在同级文件夹,保存为VBS文件放到HTML文件夹,物流项目源码scm双击执行。图片平移matlab源码如果不在同级文件夹,vip视频源码之家HI我以作修改。sdk源码lichee部分

copyright © 2016 powered by 皮皮网   sitemap