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.
我们正在开发一个具有复杂视图和大量 ajax 请求的站点。将视图分离成一个由 JS 框架支持的独立应用程序会更好吗?
PHP 是一种服务器端脚本语言,这意味着它不能在客户端使用。
您可以做的是在服务器上使用 PHP,并在客户端使用 Javascript 框架(如 Angular)。