本文介绍了什么是最好的Javascript XML-RPC客户端库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 您认为最好的Javascript XML-RPC客户端库是什么?为什么?What is the best Javascript XML-RPC client library in your opinion and why?我正在创建一个JQuery应用程序,我需要与我的xmlrpc服务器通信有了它。I'am making a JQuery app and I need to communicate with my xmlrpc server with it.找到以下库,但我不知道它们的优缺点是什么:Found following libraries, but I have no idea what are their pros and cons: http://www.zentus.com/js/xmlrpc.js.html http://www.scottandrew.com/ xml-rpc / http:/ /phpxmlrpc.sourceforge.net/jsxmlrpc/ http://www.vcdn.org/Public/XMLRPC/ http://mimic-xmlrpc.sourceforge.net/推荐答案这里有一个Google托管的库: http://code.google.com/p/json-xml-rpc/ 。 它支持JavaScript的XML-RPC和JSON-RPC,以及异步和同步请求。我将使用JQuery UI自己尝试使用XML-RPC for JavaScript,并根据我的发现对其进行更新。There is a Google-hosted library here: http://code.google.com/p/json-xml-rpc/.It supports both XML-RPC and JSON-RPC for JavaScript, and asynchronous as well as synchronous requests. I'm about to try out the XML-RPC for JavaScript myself with a JQuery UI and will update this based on my findings. 这篇关于什么是最好的Javascript XML-RPC客户端库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-20 05:10
查看更多