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.
可能重复: 对 HTML 表单的操作属性使用空 URL 是否是一种好习惯?(动作=“”)
有人告诉我,使用表单将数据提交到同一页面时,将表单操作属性留空是不安全的。
<form action="">
我不太确定这样的事情怎么会不安全。将数据提交到同一页面的最佳方法是什么?