CharSequence与String都能用于定义字符串,但CharSequence的值是可读可写序列,而String的值是只读序列。
原文:
http://blog.csdn.net/joy_zhao988/article/details/8433588