int userDBImportContacts (unsigned short * names, unsigned short sepChar ); |
导入联系人到记忆库里。 |
参数:
返回:
|
示例代码:
char16_t * names = u"张三,李四,洪小明,刘小花,谢大伟"; userDBImportContacts(names, ",");
|