Home >Backend Development >PHP Tutorial >这句话的意思是什么

这句话的意思是什么

WBOY
WBOYOriginal
2016-06-23 13:32:341368browse

记得json只能在javascipt的页面中生成,为啥php中也写了这个,不矛盾吗


回复讨论(解决方案)

记得json只能在javascipt的页面中生成
显然你的大脑出现了问题

json 是 js 与外界交换信息的载体之一。既然如此,凡是可以与 js 交换数据的系统都应该支持 json 的生成和解析

json只是一种数据格式,在哪里都可以生成并传输

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn