给String字符串加""和给String字符串变量加""给String字符串变量加"" String color= "\"" + Integer.toHexString(i).substring(2)+"\"";给String字符串加"" String color= "\" + Integer.toHexString(i).substring(2)+\"";版权声明:本文为weixin_41462641原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。原文链接:https://blog.csdn.net/weixin_41462641/article/details/81195812