HTML form name array parsing in Pyramid (Python)

后端 未结 1 859
说谎
说谎 2021-01-14 18:13

Is there any way for Pyramid to process HTML form input which looks like this:


<
1条回答
  •  我在风中等你
    2021-01-14 19:10

    One solution would be to use peppercorn. Although it does not support the syntax you're looking for, it will let you send structured data to your Pyramid application through the use of forms. A more casual description exists too.

    0 讨论(0)
提交回复
热议问题