<form method="post" action="__APP__/Search/index"><input type="text" name="keyword" size="60" /><input type="submit" value="搜索" /></form>
url:Search/index
为啥用$_POST["keyword"]取不到值
url:Tpl/Index/index.html
<form method="post" action="__APP__/Index/search"><input type="text" name="keyword" size="60" /><input type="submit" value="搜索" /></form>
url:Index/index
用$_POST["keyword"]就可以取到值
最佳答案