問題タブ [racsequence]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - rac_sequence、リアクティブ ココア、ios からアイテムを取得する方法
サーバーからの応答のヘッダーにある必要なリンクを解析しています。私のヘッダーは次のようになります
Access-Control-Allow-Origin → * Age → 0 Cache-Control → private,must-revalidate
接続→キープアライブ
Content-Encoding → gzip Content-Type → application/json
日付 → 2015 年 6 月 13 日(土) 15:58:56 GMT ETag → W/"cb38bb07f1635fd6aba5969985bf0607"
リンク → http://thisIsCurrentlink&limit=24 ; rel="次へ", http://thisIsLastlink&limit=24 ; rel="最後", http://thisIsFirstlink&limit=24 ; rel="最初",<>; rel="前"
サーバー → nginx
Vary → Accept-Encoding
X-Total-Count → 131
転送エンコーディング → チャンク
これにより、links
すべてのリンクを含む配列を取得できます
次に、必要なすべてのリンクを取得するために次のことを行っています
現在sequence
、すべてのリンクが含まれています
私の質問は、上から各アイテムにアクセスするにはどうすればよいですかsequence