gpt4 book ai didi

iphone - 电子邮件正文中的超链接在 iPhone 中不起作用

转载 作者:行者123 更新时间:2023-11-28 04:23:53 24 4
gpt4 key购买 nike

我使用以下代码在电子邮件正文中显示超链接。但它只在邮件正文中显示文本。当我点击它时。没有任何反应。

-(IBAction)emailToFriend:(id)sender
{
NSLog(@"E-Mail...");
MFMailComposeViewController *controller = [[MFMailComposeViewController alloc] init];
controller.mailComposeDelegate = self;

[controller setSubject:@"My Subject"];



[controller setMessageBody:@"<a href=\"http://www.google.com\">http://www.google.com</a>" isHTML:YES];

[self presentModalViewController:controller animated:YES];
[controller release];

}

谁能告诉我这里出了什么问题?我检查了问题 MFMailComposeViewController : how do I embed a clickable URL link into the email message body它对我没有帮助

最佳答案

在发送链接之前,它是不可点击的。它只是纯文本。但是,在发送电子邮件后,收件人将能够单击链接(电子邮件程序使其可单击)。

关于iphone - 电子邮件正文中的超链接在 iPhone 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10027317/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com