我这个我用editplus打开看过,不是upload产生的,而是我上面所说的生成的。而且我在后面用了ob_end_clean了,可是不行。但是在本地却好

解决方案 »

  1.   

    bool ob_start ( [callback output_callback])
    This function will turn output buffering on. While output buffering is active no output is sent from the script (other than headers), instead the output is stored in an internal buffer. 
    string ob_get_contents ( void )
    This will return the contents of the output buffer or FALSE, if output buffering isn't active.