标签: php laravel
我从数据库中检索值:“Adam's Apple”并将其作为输入名称。但在Laravel 4.2中,我尝试过:
Input::get('Adam\u2019s_Apple') Input::get('Adam\'s_Apple')
显示空值。为什么?如何获得价值?