You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2021. It is now read-only.
当我们尝试传入一个较长的文本,我们会发现上传失败:

查看后端的输出:



是由于数据库中限制文本内容不超过 240字节(也就是 120 个汉字),而前端并没有对用户的输入做限制,所以导致了这样的错误,使得用户得到了糟糕的体验。于是我们增加前端的逻辑,提示、限制用户的输入:
当用户的输入超过限制时,会得到提示:
