string.slice()是javascript中的內置函數,用於返回給定輸入字符串的一部分或片段。 用法: string.slice(startingindex, endingindex).
確定! 回上一頁