<form action="https://www.baidu.com">
<input name="keyword" value="item">
<input type="submit" value="">
</form>
this is a form form, and no url splicing is found. When entering the content in the input box and submitting the form, it will automatically splice the url to perform the jump.
for example, the content in the input box is: abc, submitted the complete url: https://www.xxxx.com?keyword=abc
how is this achieved?