GotoIf 在星号服务器中带有 & 条件的语法是什么?


exten => s,n,GotoIf($["${choice}" = "*"] & $["${isharvesttoday}" = "1"]?question4)

上面的行在我的应用程序中不起作用。这个语法正确吗?

不,不是。这应该可以工作:

exten => s,n,GotoIf($[$["${choice}" = "*"] & $["${isharvesttoday}" = "1"]]?question4)

相关内容

  • 没有找到相关文章

最新更新