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)。
我有一张带有常用标签的 ccs 表。{} a.hover {}
我还有一个 div=id "footer" 我想改变字体样式但是全局 a. 和 a.hover 即使我添加了一个
#footer{ color: #333333 }
我可以使用它覆盖还是需要尝试?a.#footer或者a.hover
a.#footer
a.hover