Форум сайта python.su
В общем имею в питоне :
from bottle import route, view, run, debug, template, request @route('/') @view('index') def index(): return dict() run(host='localhost', port=8080)
Переменная 0<INPUT name="Text" type="text" > <br> Переменная 1<INPUT name="Text1" type="text" > <br> Переменная 2<INPUT name="Text2" type="text" > <br> Переменная 3<INPUT name="Text3" type="text" > <br> <INPUT type="submit" value="submit" >
Офлайн