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.
是否有可能通过 jQuery / javascript 从管理模板中向 querydict / post 变量添加数据?我希望在单击管理员内置的保存按钮时提交一些额外的数据。
问候
不可以。这意味着您有一个可以通过 XSS 攻击严重利用的安全问题。
要正确执行此操作,您需要将自定义表单子类化并构建其他视图。