花费 10 ms
php 取post数据的三种方式

$_POST、$GLOBALS['HTTP_RAW_POST_DATA']、file_get_contents("php://input") 都有用来取post数据,用下来感觉大致是这样的: 1、当 ...

Mon Jun 24 01:29:00 CST 2019 0 747

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM