print("New String: ${str1.substring(2,6)}");. 7. 8. // from index 2 to the 6th index. 9. } what is the use of substring in flutter.
確定! 回上一頁