标签: powershell jscript
以下是PowerShell功能:
function ReturnSomething { return 42 }
如何使用JScript获取此PowerShell返回值(42)?
42