摘要: 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)