作用:判断当前是否为 POST 请求。 语法: boolean is_post() 返回值:
boolean is_post()
true
false
<?php if(!is_post()){ echo '请使用 POST 方式来提交数据'; }