Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有更有效的方法来防止用户通过 firebug 编辑表单文本然后发布自定义值?我听说过很多关于不将 ENUM 用于大型数据集的事情。我还能如何限制我的用户并阻止他们编辑我的表单以发布更改的数据?一个例子是国家列表。
谢谢
你永远无法确定客户端发生了什么,firebug、greasemonkey 它们都赋予用户做任何他们想做的事情的权力。确保也在服务器端验证表单。