return (usernames[userListStruct[_username].index] ==_username);
编译时候总是在这个地方显示Operator == not compatible with types string storage ref and string memory这个错误
求教 这是什么问题 要怎么改
return (usernames[userListStruct[_username].index] ==_username);
编译时候总是在这个地方显示Operator == not compatible with types string storage ref and string memory这个错误
求教 这是什么问题 要怎么改
1 回答814 阅读
885 阅读