Unhandled Rejection (SyntaxError): Unexpected token < in JSON at position 0
fetch("../../../public/mock/order.json").then(res => {? 錯(cuò)誤
fetch("/mock/order.json").then(res => {? 正確
路徑必須按照教程中的寫法!
fetch("../../../public/mock/order.json").then(res => {? 錯(cuò)誤
fetch("/mock/order.json").then(res => {? 正確
路徑必須按照教程中的寫法!
舉報(bào)
2019-04-17
fetch1問題根本解決不了
2019-02-22
fetch('/mock/orders.json')一直報(bào)錯(cuò)
fetch('./mock/orders.json')問題解決
2018-12-27
聽課不認(rèn)真,老師后來解釋了!