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 配置中打开了asp_tags,所以现在我可以像这样回显代码:
<body> <h1><%= $this->headerText %></h1> </body>
但是 Netbeans IDE 不会语法高亮或自动完成<%块中的任何内容。有没有办法解决这个问题?
<%
除了在 php.ini 中打开设置,您还应该在 netbeans 项目设置中打开它。