摘要:
function mainMenu { $mainMenu = 'X' while($mainMenu -ne ''){ Clear-Host Write-Host "`n`t`t My Script`n" Write-Host -ForegroundColor Cyan "Main Menu" W 閱讀全文
posted @ 2025-08-06 15:38
tec2019
閱讀(8)
評論(0)
推薦(0)
摘要:
$Url = "https://www.bing.com" $IE = New-Object -com internetexplorer.application; $IE.visible = $true; $IE.navigate($url) 閱讀全文
posted @ 2025-08-06 15:16
tec2019
閱讀(8)
評論(0)
推薦(0)

浙公網安備 33010602011771號