小七love笨 发表于 2016-5-17 16:41:34

lr_xml_extract求值问题

flex_rtmp_receive(
                "recv_step3",
                "ConnectionID=28",
                "Snapshot=tRTMP6.inf",
                CHANNEL,
                "ChannelID=3",
                LAST);

        lr_think_time(29);

        flex_rtmp_receive(
                "recv_step4",
                "ConnectionID=28",
                "Snapshot=tRTMP7.inf",
                CHANNEL,
                "ChannelID=3",
                LAST);

        flex_rtmp_receive(
                "recv_step5",
                "ConnectionID=28",
                "Snapshot=tRTMP8.inf",
                "ResponseParameter=recv_step5",
                CHANNEL,
                "ChannelID=3",
                LAST);

这三个函数每个xml节点都一样,怎么用lr_xml_extract取到第三个函数的xml值
页: [1]
查看完整版本: lr_xml_extract求值问题