关于syntax error, unexpected 'endforeach'

在html中写原生php的foreach 报错,查看BUG运行目录临时文件发现:


关于syntax error, unexpected 'endforeach'_第1张图片

貌似没什么错误,但是报错位置处肯定无错。
看文档:foreach 开头要用到:而不是;
即foreach结束时应该是“:” (冒号), 而不是分号(";"), 我没注意写错了。
修改如下:


关于syntax error, unexpected 'endforeach'_第2张图片

OK:
关于syntax error, unexpected 'endforeach'_第3张图片

你可能感兴趣的:(关于syntax error, unexpected 'endforeach')