我有一个多步骤调用函数,但我希望两个调用都通过同一个脚本运行。我不确定是否可以通过嵌套收集标签来实现。首先可以像这样嵌套收集标签吗?
<gather action="page.php?step=1">
<say>Enter ID #</say>
<gather action="page.php?step=2">
<say>Pres 1 to do blah blah</say>
</gather>
</gather>
其次是我可以在标签中的 action 属性中添加一个变量<Gather>
吗?它似乎对我不起作用。