EditText 输入控件
1、使用singleLine配置是否可以换行
2、使用inputType配置是否可以输入,以及输入内容格式等
3、setBackground(null) 好像有点儿不能用,没找到原因