var string = 'Dart is fun'; var newString = string.substring(0, 5);. You can use the plus ( + ) operator to concatenate strings:
確定! 回上一頁