This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
python
/
xinnongbaohe
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
f13469468d
Větve
Značky
master
xinnongbaohe
/
front
/
templates
/
pc
/
device
/
alert
/
device_select.html
device_select.html
90 B
Historie
Surový
1
2
3
{% for v in data['device'] %}
<option value="{{v['id']}}">{{v['name']}}</option>
{% end %}