Home >Backend Development >PHP Tutorial > php中echo跟header("content-type:text/html; charset=uft-8");为什么不能一起用
php中echo和header("content-type:text/html; charset=uft-8");为什么不能一起用?
php中加上header("content-type:text/html; charset=uft-8");这句,用echo向android客户端发送数据,android客户端就没有接收到; 如果除掉上面那句处理乱码的语句,android客户端接收到的就是乱码?可以指点下吗?最好详细点,谢谢各位高手帮忙