問題タブ [sharepointframework]

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.

0 投票する
2 に答える
2115 参照

typescript - TypeScript の forEach ループの問題

TypeScript コードに問題があり、forEach ループでページに未定義が表示されます。以下は、私の forEach ステートメントのコードです。

データは _getMockListData メソッドを介して入力されています (以下を参照)。

MockHttpClient オブジェクトは次のように定義されています。

以下は、ISPList と ListObject の定義です。

item.ListItems.length プロパティを表示すると、2 つの要素があることがわかります。さらに、実際のタイトル値を表示する item.ListItems[0].Title を実行できます。forEach ループの代わりに for ループが必要な気がします。

助けてください。