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.
如何使用angular-wakanda在客户端调用声明为rpc模块服务器端的模块中的方法?我安装了 angular-json-rpc 但我不知道模块的正确 url 是什么。我总是收到“未找到”错误。
RPC 模块的正确 URL 是:
<script type="text/javascript" src="/rpc-proxy/rpcName"></script>
但它不适用于 angularJs,它仅适用于 WAF 框架(原型)。 我建议您使用实体方法或数据类方法与服务器进行通信。 瓦利德。