AJAX框架 Ajax Agent

码农软件 · 软件分类 · AJAX框架/RIA · 2019-03-28 16:27:50

软件介绍

AjaxAgent 是一个非常易于使用(只需三行代码),并且非常强大的开源框架用于快速构建AJAX或RIA应用程序。支持复杂的数据类型比 如:associated arrays与object。使用JSON(JavaScript Object Notation)作为数据交换格式。

示例代码:

<?php
include_once("agent.php");
$agent->init();
agent.call('url','server_function', 'client_handle', param1, param2, ...);
?>

本文地址:https://www.codercto.com/soft/d/2349.html

APIs

APIs

Daniel Jacobson、Greg Brail、Dan Woods / O'Reilly Media / 2011-12-24 / USD 24.99

Many of the highest traffic sites get more than half of their traffic not through the browser but through the APIs they have created. Salesforce.com (more than 50%) and Twitter (more than 75% fall int......一起来看看 《APIs》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具