찾다

 >  Q&A  >  본문

angular.js - angular 的ng-option的一些参数option.id as option.title 这里面的as是

如下这段代码,as是什么意思?

ng-options="option.id as option.title for option in curOptionArray"
给我你的怀抱给我你的怀抱2745일 전622

모든 응답(4)나는 대답할 것이다

  • 大家讲道理

    大家讲道理2017-05-15 17:04:25

    option.id는 선택됨을 의미하고,
    option.title은 표시됨을 의미하며,
    이 목적은 그대로

    회신하다
    0
  • 伊谢尔伦

    伊谢尔伦2017-05-15 17:04:25

    ng 구문으로 이해될 수 있습니다. option.id는 select option에 의해 제출된 값입니다.title은 select 옵션에 의해 표시되는 값입니다. curOptionArray 배열의 현재 요소를 나타냅니다.

    회신하다
    0
  • 迷茫

    迷茫2017-05-15 17:04:25

    공식 홈페이지를 참고해주세요:
    https://docs.angularjs.org/api/ng/directive/ngOptions#!

    예시가 있습니다:

    으아악

    회신하다
    0
  • PHPz

    PHPz2017-05-15 17:04:25

    Hacking with Angular: Playing with the ngOptions directive

    를 확인해 보세요.

    회신하다
    0
  • 취소회신하다