单选题 下列方法中,不属于类String的方法是______。
【正确答案】 D
【答案解析】[解析] string类的方法不包括append(),aploend()方法是StringBuffer类的方法。具体可以参考String类的函数。因此选择D。