First page Back Continue Last page Overview Graphics

字串

String color="Yellow!";

String(char value[],int offset,int count);

String(byte bytes[],int offset,int length);

String(String value);