binary operator '+' can t be applied to the expressions of type 'const char' and 'const char'
问题如上图。因为Laname += " ," + " " + Finame;这样连接字符串了。
binary operator '+' can t be applied to the expressions of type 'const char' and 'const char'
问题如上图。因为Laname += " ," + " " + Finame;这样连接字符串了。
3 回答1.4k 阅读✓ 已解决
1 回答1.1k 阅读✓ 已解决
4 回答920 阅读
1 回答990 阅读
1 回答1k 阅读
1 回答778 阅读
1 回答880 阅读
2 回答2.5k 阅读
896 阅读
3 回答3.5k 阅读✓ 已解决
2 回答958 阅读✓ 已解决
2 回答3.9k 阅读✓ 已解决
Liname += ", " + Finame;