Home >Backend Development >PHP Tutorial >javascript - 为什么新浪微博的源码中包括有json格式的用户数据?

javascript - 为什么新浪微博的源码中包括有json格式的用户数据?

WBOY
WBOYOriginal
2016-06-06 20:06:48958browse

javascript - 为什么新浪微博的源码中包括有json格式的用户数据?

如图,在微博网页中右键查看网页源代码可以看到用户的登录信息直接保存在json中。
用户登录后获取用户信息为什么会显示在源码中?

回复内容:

javascript - 为什么新浪微博的源码中包括有json格式的用户数据?

如图,在微博网页中右键查看网页源代码可以看到用户的登录信息直接保存在json中。
用户登录后获取用户信息为什么会显示在源码中?

服务端生成的页面,登录后直接把用户信息放到script标签里面,可以方便前端直接取用。之前做的项目也有类似这样搞过。

服务器端生成页面时插入的

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