代码改变世界

php 取得post的值

2020-07-20 09:17  idea555  阅读(122)  评论(0)    收藏  举报

$user = isset($_POST['user'])?trim($_POST['user']):'';