• 2022-10-29
    java中Stringstr="helloworld"下列语句错误的是()。
    A: str+=’ a’
    B: int strlen = str.length
    C: str=100
    D: str=str+100