字符串
字符串拼接和算数运算
你的名字就是:{{name + str}}
数字
{{num}}
数组
{{arr[2]}}
对象
{{obj.skill}}
布尔值
{{bool}}
三元运算
{{bool?(bool2?"11":"12"):"假"}}
绑定函数
{{name}}
ng-bind&&表达式
{{test}}