📜  PHP include 导致页面顶部出现空白 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:03.635000             🧑  作者: Mango

代码示例1
/*
    When you save a page as UTF-8, a special signature called 
    a byte-order mark (or BOM) is included at the beginning of 
    the file, indicating that it is a UTF-8 file. 

    You can only see BOMs with low level text editors (such as DOS edit). 
    You need to remove this signature from the included file 
    in order to get rid of the white space at the top of the page.
*/