<action type="CMD" op="LOAD">
<args>
<arg>执行结果保存至全局变量名</arg>
<arg>命令(如:explorer http://6tail.cn)</arg>
</args>
</action>
该方法将阻塞等待命令执行结果。
<action type="CMD" op="PLAY">
<args>
<arg>命令(如:explorer http://6tail.cn)</arg>
</args>
</action>
该方法不会阻塞等待命令执行结果。
<action type="CMD" op="WAIT">
<args>
<arg>执行结果保存至全局变量名</arg>
<arg>命令(如:explorer http://6tail.cn)</arg>
</args>
</action>
该方法将阻塞等待命令执行结果。