Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ご覧のように:
tはオブジェクトですが、キャストすると、次のようt.datamaxにundefinedなります。
t
t.datamax
undefined
あなたは配列を持っています。インデックスを使用します0。
0
t[0].datamax;