angular.js - angularJs
为情所困
为情所困 2017-05-15 16:59:19
0
1
526

angularJs 怎么根据两种不同的条件使 placeholder=" " 等于不同的值。
<input type="text" name="keyWords" id="keyWords" placeholder="关键词1/关键词2" class="search-style">

为情所困
为情所困

全部回复(1)
世界只因有你
<input type="text" name="keyWords" id="keyWords" placeholder="{{myPlaceholder}}" class="search-style">

Controller里面

$scope.myPlaceholder = '关键词';
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板