two variables are the same but using == does not work

前端 未结 0 1916
囚心锁ツ
囚心锁ツ 2020-12-06 04:17
string IP = DownloadString("https://wtfismyip.com/text"); 
string user = "xxxxxx"; 

cout << IP;
cout << user;

if (IP == user)
{
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题