html
<input type="text" name="match_id" class="form-control" id="inputName" value="" placeholder="比赛ID">
获取该输入框中的内容
var match_id = $("input[name=match_id]").val();