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.1k 阅读✓ 已解决
1 回答1k 阅读✓ 已解决
4 回答797 阅读
1 回答874 阅读
1 回答902 阅读
1 回答672 阅读
1 回答779 阅读
2 回答2.5k 阅读
889 阅读
3 回答3.5k 阅读✓ 已解决
2 回答946 阅读✓ 已解决
2 回答3.9k 阅读✓ 已解决
Liname += ", " + Finame;