目前只会:string s还不能大写string buf1 = "app";string m_qrcode="app";m_qrcode.compare(buf1) == 0等于零说明相等compare函数在>时返回1,<时返回-1,==时返回0