Powershell - 读取 HTML 文件
cmdlet
Get-Content cmdlet 用于读取 html 文件的内容。
在此示例中,我们正在读取 test.html 的内容。
Get-Content D:\temp\test\test.html
输出
您可以在 PowerShell 控制台中看到以下输出。
<html>Welcome to TutorialsPoint</html>
Get-Content cmdlet 用于读取 html 文件的内容。
在此示例中,我们正在读取 test.html 的内容。
Get-Content D:\temp\test\test.html
您可以在 PowerShell 控制台中看到以下输出。
<html>Welcome to TutorialsPoint</html>
如果您发现内容有误或提出修改建议,请随时向我们发送 E-mail 邮件:
421660149@qq.com
您的建议已发送到 W3schools。