Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使用 PHP 打破框架?我已经用 JavaScript 完成了,但我真的更喜欢使用 PHP。谢谢你。
框架是客户端问题。Javascript 是解决方案,因为它是一种能够感知浏览上下文的客户端脚本语言。帧在服务器端没有意义。
所以,只有客户端代码可以做到这一点。不是 PHP。
PHP是服务器端的。它仅生成页面的 HTML。因此,它无法确定其输出是否显示在帧中。
PHP 可以为您做的最好的事情是输出 Javascript 代码以跳出框架。