标签:
在android的sdk中有讲,“This is the interface for text whose content and markup can be changed (as opposed to immutable text like Strings).”
这表明Editable 是个借口,而且内容是可以改变的,但string类型的content是不能改变的。
Android Editable
原文地址:http://www.cnblogs.com/zhujiabin/p/4207668.html