标签:style blog http color for 代码
http://en.wikipedia.org/wiki/VCard
示例代码:
- (NSString *)getVCardString { UserInfo *userInfo = [PublicInfomation getUserInfo]; NSString *vCardString = [NSString stringWithFormat: @"BEGIN:VCARD VERSION:3.0 FN:%@ TEL:%@ ORG:%@ TITLE:%@ END:VCARD", userInfo.fullName, userInfo.mobilePhone, userInfo.company, userInfo.title]; return vCardString; }
标签:style blog http color for 代码
原文地址:http://www.cnblogs.com/luhaoming/p/3820083.html