美文网首页
shouldInteractWithURL使用中文时需要注意到的

shouldInteractWithURL使用中文时需要注意到的

作者: 碧玉小瑕 | 来源:发表于2016-11-18 20:00 被阅读292次

[attributedStringaddAttribute:NSLinkAttributeNamevalue:@"loanContract://loanContract"range:[[attributedStringstring]rangeOfString:@"《借款合同》"]];

[attributedStringaddAttribute:NSLinkAttributeNamevalue:@"autoCharge://autoCharge"range:[[attributedStringstring]rangeOfString:@"《自动扣款协议书》"]];

这个是正确的。

[attributedStringaddAttribute:NSLinkAttributeNamevalue:@"loanContract://《借款合同》"range:[[attributedStringstring]rangeOfString:@"《借款合同》"]];

[attributedStringaddAttribute:NSLinkAttributeNamevalue:@"autoCharge://《借款合同》"range:[[attributedStringstring]rangeOfString:@"《自动扣款协议书》"]];

这个是错误的。

URL里边不支持中文。

相关文章

网友评论

      本文标题:shouldInteractWithURL使用中文时需要注意到的

      本文链接:https://www.haomeiwen.com/subject/vzdspttx.html