Escaping Unicode characters转义Unicode字符

<< 点击显示目录 >>

主页  mappView帮助助手 > mapp View帮助信息 > 指南 > FAQs > 事件和行动应用 >

Escaping Unicode characters转义Unicode字符

为了响应事件绑定中的特殊字符,例如在一个条件中,必须用$字符(转义序列)来转义。

例子

<EventBinding>>
    <Source xsi:type="opcUa.Event" refId="::Program:stringVariable" event="ValueChanged" />
    <EventHandler condition="newValue = &quot;$4EBA&quot;">
        <Action>
            <Target xsi:type="clientSystem.Action">
                <Method xsi:type="clientSystem.Action.Navigate" pageId="=OldPageId" />
            </Target>
        </Action>
    </EventHandler>
</EventBinding>