<h1>Hello {{name}}</h1>//Hello MUI
<p>我的第一个表达式: {{ 5 + 5 }}</p>//我的第一个表达式:10
<li ng-repeat="x in names | orderBy:'country'"> {{ x.name + ', ' + x.country }} </li>//循环显示name的值,并排序。
能否增加
<h1>Hello {{name}}</h1>//Hello MUI
<p>我的第一个表达式: {{ 5 + 5 }}</p>//我的第一个表达式:10
<li ng-repeat="x in names | orderBy:'country'"> {{ x.name + ', ' + x.country }} </li>//循环显示name的值,并排序。
能否增加
1 个回复
m***@qq.com
没人回复,估计不会增加了