This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
xinnongbaohe
/
eros
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ramo:
master
Ramos
Etiquetas
master
eros
/
front
/
templates
/
pc
/
device
/
alert
/
device_select.html
device_select.html
90 B
Link permanente
Histórico
Em bruto
1
2
3
{% for v in data['device'] %}
<option value="{{v['id']}}">{{v['name']}}</option>
{% end %}