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>