Can't fetch files from my local directory with fetch() API in javascript

后端 未结 0 1516
心在旅途
心在旅途 2021-02-04 07:14

I cant fetch files from my local directory ::

  async function getData() {
    const response = await fetch("dina.png");
    const data = await response         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题