Powershell - 讀取 HTML 檔案
Cmdlet
Get-Content cmdlet 用於讀取 html 檔案的內容。
在這個例子中,我們來讀取 test.html 的內容。
Get-Content D:\temp\test\test.html
輸出
你可以在 PowerShell 控制檯中看到以下輸出。
<html>Welcome to Tastones</html>
Cmdlet
Get-Content cmdlet 用於讀取 html 檔案的內容。
在這個例子中,我們來讀取 test.html 的內容。
Get-Content D:\temp\test\test.html
你可以在 PowerShell 控制檯中看到以下輸出。
<html>Welcome to Tastones</html>