【发布时间】:2012-12-29 14:04:32
【问题描述】:
使用包含<input type="submit"> 元素的<form method="get"> 元素,我们可以通过<input type="text" name="studentId"> 元素指定的某些字段获取网页,但我可以自定义这些字段吗?
例如:我总是想在 GET url 中添加一个action=true,让 URL 变成这样:http://example.com/?studentId=123&action=true?
【问题讨论】: