随便写个测试函数
Test(y)
{
MsgBox %y%
}
Test(1)
用内容为" test.exe 测试参数 "的bat启动,弹出框内容为字串 "1" 而不是“测试参数”
谁能解释下么?
另外如果把Test(1)改为 param=%1% Test(param)就可以,真是纠结啊
.mine
======= >>>>>>> .r2315随便写个测试函数
Test(y)
{
MsgBox %y%
}
Test(1)
用内容为" test.exe 测试参数 "的bat启动,弹出框内容为字串 "1" 而不是“测试参数”
谁能解释下么?
另外如果把Test(1)改为 param=%1% Test(param)就可以,真是纠结啊
随便写个测试函数
Test(y)
{
MsgBox %y%
}
Test(1)
用内容为" test.exe 测试参数 "的bat启动,弹出框内容为字串 "1" 而不是“测试参数”
谁能解释下么?
另外如果把Test(1)改为 param=%1% Test(param)就可以,真是纠结啊
You must log in to post.