PowerShell:修改 HTML 网站
我通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为他想更改网页的 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).