完全使用源码复制过来的\零基础学PHP\小白实战项目\01\FunPic\Train,
主界面和输入界面都正常,但是生成图片不显示
代码是官方现成的.
谷歌调试反馈:
index.php:1 Access to Font at 'http://i.gtimg.cn/vipstyle/frozenui/1.3.0/font/iconfont-full.ttf?_bid=2134&max_age=31536000' from origin 'http://localhost' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost' is therefore not allowed access.
<div class="wrapper">
<img src="create.php?start=&end=&train_num=&price=&name=&id_cards=" width="100%"/>
</div>
Access to Font at 'http://i.gtimg.cn/vipstyle/frozenui/1.3.0/font/iconfont-full.ttf?_bid=2134&max_age=31536000' from origin 'http://localhost' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost' is therefore not allowed access.