單項(xiàng)選擇題

字符串的append函數(shù)可以添加多種內(nèi)容,以下append函數(shù)的使用中,錯(cuò)誤的是()
StringBuffer strb1 = new StringBuffer();
 Integer intObj = new Integer(33);

A.strb1.append(3.14159);
B.strb1.append(’數(shù)’);
C.strb1.append(true);
D.strb1.append(intObj);

微信掃碼免費(fèi)搜題