var gzipcompresseddata=new Int8Array([120,156,237,87,93,111,155,48,20,125,110,165,254,7,228,31,16,62,178,180,123,0,36,66,12,65,50,4,129,163,173,79,22,16,7,101,3,202,40,168,233,191,159,13,88,165,157,52
我在localhost上沒有任何問題。但是當我在服務器上測試我的代碼時,每一頁結束時我都會看到此通知。 我的代碼: <?php
ob_start();
include 'view.php';
$data = ob_get_contents();
ob_end_clean();
include 'master.php';
ob_end_flush(); // Problem is th