HTML Form: why action can't have get value in it?

前端 未结 7 2247
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-19 12:07

When i try the following structure, it does\'t send id=value

相关标签:
7条回答
  • 2020-12-19 12:44

    If your form method is POST, then you will not see id as part of the POSTed values, you can use the QueryString collection to access it.

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