You need to use split() function. Component let toArray = this.email.Tos.split(",");. variable toArray will contain an array of emails.
確定! 回上一頁