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.
我有一个运行 asp.net 和 php 的网络服务器。我有各种需要在 php 端使用的 .ascx 控件。有没有办法在 php 中原生地使用这些控件?还是我需要用 php 重写它们?
PHP 无法运行 ASP.NET 代码*。您将需要在 PHP 中重写您的控件。
*:至少,不是以任何明智的、高效的方式。
您不能在 php 页面上直接使用它们,但如果将它们封装在一个或多个 aspx 页面上,它可以工作。