标签: php
有没有办法制作这样的东西:
$bob = $request->bob; return $bob in_array()....
解决类似
return ! in_array()....
或
return in_array()....
基于变量值...