function Test-m {
param(
[Parameter(Mandatory=$true)]
$name
)
"Please entered $name."
}

Test-m

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-17
  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-04
  • 2021-10-29
  • 2022-12-23
  • 2021-12-13
  • 2022-12-23
  • 2021-06-15
相关资源
相似解决方案