Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- 프로그래머스
- SSH
- paramiko
- Selenium
- Numpy
- 기타 연주
- nvidia-smi
- label
- Docker
- pip
- pandas
- 오류
- Visual Studio
- JSON
- mysql
- error
- 컨테이너
- VS Code
- C#
- 핑거스타일
- C
- 채보
- YOLO
- C++
- Linux
- OpenCV
- pytorch
- windows forms
- ubuntu
- Python
Archives
- Today
- Total
목록select (1)
기계는 거짓말하지 않는다
JavaScript var selectBox = document.getElementById("selectID");// id로 object 얻기 alert(selectBox.options.length);// option 개수 alert(selectBox.selectedIndex);// 선택된 option index alert(selectBox.options[selectBox.selectedIndex].id);// 선택된 option id alert(selectBox.options[selectBox.selectedIndex].value);// 선택된 option value alert(selectBox.options[selectBox.selectedIndex].text);// 선택된 option text se..
Web/JS
2020. 12. 3. 00:08