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.
<form method="post" action-xhr="url_goes_here"> <input hidden name="foo" value="bar" [value]="details"> </form>
我想以 amp-email 形式发送状态,我有一个隐藏的输入 这个细节是一个字典,所有数据都存储在我想要的状态中。
这是我从请求后端得到的
ImmutableMultiDict([('foo', 'bar')])