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.
ブラウザ画面に基づいて HTML コントロールの位置を見つけるには、Java スクリプト コードを取得する必要があります。
誰かがこれについて何か知っているか、私を正しい方向に向けることができますか.
試してみてくださいelement.getBoundingClientRect()。
element.getBoundingClientRect()
MDNドキュメント
I'm trying to populate a ListView with an ArrayList. The ArrayList contains Usuarios Objects. Usuario has two fields (String nombre, String edad). This is my code:
ListView listv