首页 > 系统服务 > 详细

PowerShell do While循环语句示例

时间:2019-03-24 14:05:05      阅读:176      评论:0      收藏:0      [点我收藏+]
$response = "" do { $response = Read-Host "type something" } while ($response -ne "quit") <# type something: aaa type something: bbb type something: ccc type something: quit #>

您也可以关注下方微信公众号获取更多内容
技术分享图片

PowerShell do While循环语句示例

原文:https://blog.51cto.com/543925535/2368093

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!