const char * 和 char * 直接赋值提示类型不一致错误可以将函数参数类型改为const char *,或者改为(char *)"China"
贴出你的 Province 构造函数的定义看下