首页 > 代码库 > Android Editable

Android Editable

在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