Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
522 views
in Technique[技术] by (71.8m points)

利用phpqrcode生成二维码页面的title怎么设置

我利用phpqrcode在页面生成了一个二维码,但是页面上面的title显示的是“index.php (462×462)”,这个类文件是在那个地方设置的呀,我直接在后面写的html代码,自己定义的title也不好使,求教解决


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

此时的 index.php 已经被声明成了图片资源,浏览器又怎么去解析HTML代码。

你应该多写一个文件,譬如 qrcode.php 页面负责生成二维码。

在需要调用的页面中,譬如 index.php 里写HTML代码

<img src='qrcode.php' />

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

57.0k users

...