这在目标C中的意义是什么?
int sqlite3_bind_int(sqlite3_stmt*, int, int)
发布于 2010-08-13 12:37:46
此代码是C -语言中的函数声明。由于Objective与C完全兼容,任何C代码都可以在ObjC中执行。
https://stackoverflow.com/questions/3476229
相似问题