比如我要向localhost:12345 发送get命令。我使用的是
file_get_contents("http://localhost:12345?q="."名字")
因为最后的q里面含有名字,不知道为什么总是服务器端接收的不好。服务器端我使用的是java,进行的url.decode(),但是好像解码不了.php发送过来的是中&#25991这种东西。怎么办