Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 php 脚本中有一个 ldap_search 函数。我从登录的用户那里获得了一些用户信息。我将其编码为 json 并为这些信息设置了一个 cookie。在我的 js 中,我使用 jquery 函数 parseJSON 从 cookie 创建一个 js 对象。现在我想在字段中打印用户名。我怎样才能让它工作?
编辑:我想处理来自 js 的输出。
简单的,
console.log(object[0].givename[0]);