您的位置: 首页 > 文章 > 初学微信小程序遇到问题1:渲染层网络层错误(the server responded with a status of 500 (HTTP/1.1 500 Internal Server Error) 初学微信小程序遇到问题1:渲染层网络层错误(the server responded with a status of 500 (HTTP/1.1 500 Internal Server Error) 分类: 文章 • 2022-11-26 00:30:32 报错原因:图片路径错误 写相对路径时,要注意"…/“来表示上一级目录,”…/…/“表示上上级的目录,所需要的图片文件在上上级目录,需要将图片路径修改为”…/…/images/1.png" 修改后正常运行,图片正常显示,遇到这类问题需要严格检查路径是否出错,一般都是路径问题。 附:绝对路径与相对路径的区别:https://blog.****.net/chudelong1/article/details/90697409