test.php页面
判断该页是否提交,如果提交了,就按照正常的接受数据来就行了。
if($_POST){ $words = $_POST["words"]; if ($words) { echo "收到"; }} ?> Document
提交到对应的URL就好了。