const truncate = str => { let truncatedStr if (str.length > 10) { truncatedStr = str.substring(0, 10) truncatedStr = `${truncatedStr}.
確定! 回上一頁