表達式{{}} 1.表達式的作用? 使用表達式把數據綁定到HTML 數字 {{ 100 + 100 }} 字符串 {{ 'hello' + 'angular' }} 對象 {{ user.name }} 數 ...