回复 8# 逍遥锋 - mshta vbscript:msgbox("第一行"^&vbCrLf^&"第二行"^&vbCrLf^&"第三行")(close)
- pause
复制代码
- powershell -sta "[void][Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms');[Windows.Forms.MessageBox]::show(\"第一行`r`n第二行`r`n第三行\")"
- pause
复制代码
- powershell "(New-Object -ComObject Wscript.Shell).Popup(\"第一行`r`n第二行`r`n第三行\",0,\"\")"
- pause
复制代码
|