When the server sends XML data to the browser, that XML data is processed using Document Object Model (DOM) APIs.
服务器将XML数据发送到浏览器时,使用文档对象模型(DOM) API来处理这些XML数据。
Since many of the surrounding XML technologies are common to the application server and the browser, you can extend the XML data model seen in the first article to the client as well.
因为许多XML周边技术在应用服务器和客户机上都存在,所以也可以将第一篇文章中的XML数据模型扩展到客户机。
Both libraries use Ajax to introduce an interaction model where communication between the browser and the server can happen asynchronously in the background, invisible to the user.
两个库均使用Ajax来引入交互模型,其中浏览器和服务器间的通信可以在后台异步发生,并对用户不可见。
应用推荐