用于创建 HTML 页面的批处理文件

发布于 2024-10-18 19:58:46 字数 124 浏览 3 评论 0原文

我现有的网站有 1100 个页面。每个页面都有相同的布局,但我需要使用 Dreamweaver 中的模板来创建新页面。如何创建 1100 个空白 HTML 页面而无需手动创建它们。我想在 Dreamweaver 中使用新模板中的布局。

I have an existing website of 1100 pages. Each page has the same layout, but I need to use a template from dreamweaver to create the new pages. How can I create 1100 blank HTML pages without having to manually create them. I would like to use the layout from my new template in dreamweaver.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

紫竹語嫣☆ 2024-10-25 19:58:46

让 C# 做与手动相同的事情。这是 .NET 最好的部分 — 它可以自动化大多数 Windows 系统。

伪代码:

Read your template into var a
make replacements you need to on var a into var b
write file b to where you need it

http://msdn.microsoft.com/en-us /library/system.io.aspx

Get c# to do the same thing you would manually. That’s the best part about .NET — it can automate most Windows systems.

Pseudo-code:

Read your template into var a
make replacements you need to on var a into var b
write file b to where you need it

http://msdn.microsoft.com/en-us/library/system.io.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文