🌈 搜索
📅  最后修改于: 2022-03-11 14:56:29.239000             🧑  作者: Mango
//Lets we have a array called arr let arr = ["s","fg","d"] //Lets print the last element print(arr[arr.length-1])