//前台 <input id="input" type="text" name="text" value="123" /> //后台 string text = request.form["text"].toString();