error C2664: 'SetConsoleTitleA' : cannot convert parameter 1 from 'unsigned short [11]' to 'const char *'代码如下:void main(){SetConsoleTitle(L"C语言通讯录管理系统");Lunch();}
(L"C语言通讯录管理系统");//这里面的L是怎么回事错误提示的是:括号里的参数不能从短型转成常量字符
如果回答对您有帮助,请采纳