📄 root.vxml
字号:
<?xml version="1.0"?>
<vxml version="1.0">
<form id="root">
<block>
<prompt>
<audio src="welcome.wav"/>
This is the Open, H 3 2 3, V X M L test program.
Thank you for listening.
</prompt>
</block>
<block>
<menu>
<prompt>Select one of </prompt>
<choice dtmf="1" next="#top1">choice 1</choice>
<choice dtmf="2" next="#top2">choice 2</choice>
</menu>
</block>
<field name="top1">
<prompt>You selected 1</prompt>
</field>
<field name="top2">
<prompt>You selected 2</prompt>
</field>
</form>
</vxml>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -