说明 场景用yaml编写并转换为json。 并将完成的json提供给解释器。 每个关键字都是一个事件 input - hello world - print : some reply - alert : msg : some param : message output [ " hello world " , { " print " : " some reply " }, { " alert " : { " msg " : " some " , " param " : " message " } } ] execute //