Home  >  Article  >  Backend Development  >  怎么查看一个网页的php代码

怎么查看一个网页的php代码

WBOY
WBOYOriginal
2016-06-13 13:44:412544browse

如何查看一个网页的php代码?
如题,有办法吗?
用查看源代码的方法只能看到html跟css还有js。
有没办法看到php?

------解决方案--------------------
初学的时候估计都会有这种想法。php是后台语言,就是在服务器里面用的。服务器用php生成html/js/css,然后发送给你的浏览器。所以在浏览器里面是看不到php源代码的。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn