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.
我有一个 C# 库。在其中,我想调用一个存在于同一个库中但通过 Javascript 的静态方法。我可以使用 WebResource 调用 C# 方法吗?
您必须创建一个“代理”来调用该方法。从 javascript 你可以调用 - Page Method - HttpHandler - Web Service
因此,您的代理将负责调用您想要的方法并将结果返回给 javascript(更有可能使用 json 格式)
如果您需要一些有关如何使用这些机制的示例,请告诉我