问题详情

有语句String s=”hello world”; ,以下操作( )是不合法的?


int i 、 s.length();

s>>>、 3;

String t、s+”!”;

String ts 、 s.trim();

时间:2021-07-17 19:58 关键词:

答案解析

s>>>= 3;