String a ="第三方似懂非懂司法所";. print(a.split("似懂"));. print(a);. print(a.substring(0,3));. print(a.codeUnitAt(0));. print(String.
確定! 回上一頁