微信扫一扫
源代码
if( strcmp((fields[i].name),password)!=0 )
更正
if( strcmp((fields[i].name),password.str() )!=0 )
相关推荐