数值比较,特殊字符Numeric comparison, special ch aracters

<< 点击显示目录 >>

主页  mappView帮助助手 > mappView入门简单Wiki >

数值比较,特殊字符Numeric comparison, special ch aracters



事件绑定event binding的比较

Operator

英文说明

中文说明

and

logical and

逻辑与

or

logical or

逻辑或

not()

Negation

=

Equality

等于

&lt;&gt;

Not equal

不等于

&lt; *

Less than

少于

&lt;= *

Less than or equal

少于或等于

&gt; *

Greater than

大于

&gt;= *

Greater than or equal

大于或等于

特殊字符

Special character

英文说明

中文说明

$

" in WStrings

WStrings中的"

\n

force line-break in text

强制文本换行

\l

force line-feed in text

在文本中强制换行

\p

force page-break in text

强制文本换页

\r

force carriage-return in text

强制回车文本

\t

force tabulator in text

文本中的强制制表符

\hhhh

Hexadecimal value (h=0-9, A-F) in double-byte character strings

双字节字符串中的十六进制值(h=0-9, A-F)