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;这样连接字符串了。
1 回答570 阅读✓ 已解决
1 回答650 阅读
580 阅读
2 回答2.7k 阅读
961 阅读
3 回答3.8k 阅读✓ 已解决
2 回答1.2k 阅读✓ 已解决
2 回答4.1k 阅读✓ 已解决
Liname += ", " + Finame;