This occurs because slice ( -3 ) translates into slice ( 7 ) for the string " hello world " whereas substring ( -3 ) translates into substring ( 0 ) .
確定! 回上一頁