ajax3—php(29),ajax3php29
一、Ajax中应用json
对于大批量数据的处理:
1) xml
2) json
1、 关于json
对象就是属性的无序集合
在js中,可以使用{} 来模拟属性的无序集合
1、 关于php中的json
目前,绝大多数ajax程序都使用json对象做数据的传递方式,所以在很多语言中,都内置了对json对象的支持。在php中,有这样两个函数,用于对json进行编码和解码
l string json_encode ( mixed $value )
生成json格式的字符串
l mixed json_decode ( string $json [, bool])
对json进行解析
第二个参数表示解析到数组中还是对象中,默认是false,表示解析到对象中
1) json_encode
如果想得到json格式的数据,必须先得到一个数组或对象
2) json_decode
3) json_decode
Json目前只支持utf-8格式
3、 Ajax使用json
例1:使用json返回两个数的四则运算
服务器代码:
例2:从服务器返回多条数据
Ajax程序:
Php程序:

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Atom editor mac version download
The most popular open source editor

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Dreamweaver Mac version
Visual web development tools

Zend Studio 13.0.1
Powerful PHP integrated development environment
