PowerShell - 读取 HTML 文件



命令行小程序

Get-Content 命令行小程序用于读取 HTML 文件的内容。

在本例中,我们正在读取 test.html 的内容。

Get-Content D:\temp\test\test.html 

输出

您可以在 PowerShell 控制台中查看以下输出。

<html>Welcome to TutorialsPoint</html>
powershell_files_io.htm
广告