addAction(UIAlertAction(title: "Delete", style: .destructive, handler: { (_) in // delete here })) ac.addAction(UIAlertAction(title: ...
確定! 回上一頁