<form method=“link” > or ? What's the difference?

后端 未结 5 2120
我寻月下人不归
我寻月下人不归 2020-11-30 10:40

I saw that we can write:

To make a \"link b

5条回答
  •  自闭症患者
    2020-11-30 10:51

    The second case will not handle addition input arguments inside A tag. It will follow href only while form will add all inputs to request GET string.

    and

    
    

    would work different

提交回复
热议问题