What is the expected order of an array submitted in an HTML form?

前端 未结 4 1319
南笙
南笙 2020-12-20 13:41

I\'m wondering if there is any sort of guarantee on the order of POST variables I will see on the server side.

My use case is I have a form that a user will fill out

4条回答
  •  再見小時候
    2020-12-20 14:04

    why not add a grouping key like:

    
    
    
    
    
    
    

    and then manuall set the user indexes when you clone based on the current number. This way everything is already coallated.

提交回复
热议问题