获得表单请求的值: 案例: request.php 复制代码 代码如下: <html> <head> <meta http-equiv=”content-type” content=”text/html;charset=utf-8;” /> <title>计算请求</title> </head> <body> <form action=”result.php” method=”post”> <input type=”text” name=”grade”/> <input type=