This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
python
/
xinnongbaohe
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
f13469468d
ブランチ
タグ
master
xinnongbaohe
/
front
/
templates
/
pc
/
device
/
alert
/
device_select.html
device_select.html
90 B
履歴
Raw
1
2
3
{% for v in data['device'] %}
<option value="{{v['id']}}">{{v['name']}}</option>
{% end %}