16. 过滤器 filter

  • AngularJS中的过滤器 filter使用,在 搜索中 使用非常广泛



{{course}}

{{course | filter:'s'}}

  • {{item}}

你可能感兴趣的:(16. 过滤器 filter)