AutoCompleteTextView 设置1个字符就自动提示 AutoCompleteTextView 默认是:当输入2个字符以上 才会提示的 这是可以设定的 现在要求 1 个字符 就自动提示autoview.setThreshold(1);