大约有 1 项符合查询结果。(搜索耗时:0.0013秒)

PHP中header和session_start前不能有输出的原因
在http传输文本中,规定必须 header和content顺序必须是:header在前content在后,并且header的格式必须满足keyword: value\n这种格式。 1、在header输出之前有输出内容的话,就会造成对header的错误理解(尽管现在已经能容错了),例如不是满足keyword: value\n的格式还
2013-01-18 12:38:31