03 Expressions-Strings

The name is {{ firstName + " " + lastName }}

The name is

			

The name is {{ firstName + " " + lastName }}

The name is

{{ str1 + " " + str2 }}ng-bind="str1 + ' ' + str2":字串運算相加為連接字串。