我的程序采用单入口方式.
地址都是:index.php?controller=news&acton=...........
有个查询页面,两个查询条件,由于查询结果可能有很多页,所以采用get方式提交数据。<form action="index.php?controller=news" method="get">提交后action中的参数被忽略掉了。
请问该如何解决,有没有办法用get方式提交数据但可以保留action中的参数?如果采用post方式提交数据,查询结果分页怎么办?