http://yanbin.is-programmer.com/posts/94214.html
Registery的Key
1. 整数Key用于Lua的引用机制,所以不要使用整数作为Key
2. 通过lua_rawsetp将一个C指针包装成light userdata作为Key使用
3. 使用字符串作为Key