異常收集(一) White space is required before the encoding pseudo attribute in the XML declaration.

錯誤出現位置:

<?xml version="1.0"encoding="UTF-8"?>

正確方式:

<?xml version="1.0" encoding="UTF-8"?>

標籤屬性之間要有空格.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章