et_context.setInputType(InputType.TYPE_CLASS_NUMBER);//限制输入数字
 et_context.setFilters(new InputFilter[]{new InputFilter.LengthFilter(6)});//限制输入6位