String
Int
这样就无法使用R.string....
R.string...
解决方法:getResources().getString(R.string.aaa))
getResources().getString(R.string.aaa))