split ('/') to split the URL string into an array of each part, then use .at(-1) to get the last part from the array. For example ...
確定! 回上一頁