How to delete the last character from a string? The simplest solution is to use slice() String method, passing 2 parameters. The first is 0, ...
確定! 回上一頁