emoji-converter
- 授权协议: Creative Commons
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/shishirui/emoji-converter
软件介绍
iOS5.0之后的emoji和ios5.0之前的emoji对应的字符串是不一样的,这份代码可以把emoji在新旧两个版本之间进行转换。
使用方法:
#import "SREmojiUtil.h" SREmojiUtil *emoji = [[[SREmojiUtil alloc] init] autorelease]; NSString *old = @"\U0001F236"; NSString *new = [emoji emoji5To4:old];
PHP and MySQL Web Development
Luke Welling、Laura Thomson / Sams / July 25, 2007 / $49.99
Book Description PHP and MySQL Web Development teaches you to develop dynamic, secure, commerical Web sites. Using the same accessible, popular teaching style of the three previous editions, this b......一起来看看 《PHP and MySQL Web Development》 这本书的介绍吧!
