PowerShell:修改 HTML 网站

发布于 2024-11-08 07:11:59 字数 251 浏览 0 评论 0原文

我通过 powershell(IE com-object)保存了网页的副本,现在我想修改源代码。我想删除表格的第一行(TR-TAG),请参阅源代码:http://pastebin。 com/kqfQUsHR(参见第 17 行和第 44 行)。 我怎样才能在powershell中完成这个任务?

<代码>

I saved a copy of a webpage via powershell (IE com-object) and now I would like to modify the source code. I would like to remove the first row of the table (TR-TAG), see source code at: http://pastebin.com/kqfQUsHR (see line 17 and 44).
How can I accomplish this in powershell?

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

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

发布评论

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

评论(1

情绪操控生活 2024-11-15 07:11:59

我认为他想更改网页的 HTML 代码,以修复标题和页面本身之间的双表格边框(删除 TR 标签)。

Patrick,如果这是您想要解决的问题,那么您的网页是动态构建的(php),因此您需要在制作网页的 php 脚本(arbeitsblatt.php)中更改此设置。

I think he wants to change the HTML code of the webpage, to fix the double table border between the header and the page itself (remove the TR tag).

Patrick, if that is what you want to fix, your web pages are build dynamically (php), so you need to change this in the php script that makes the web page(arbeitsblatt.php).

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