gpt4 book ai didi

javascript - 将 php 数组编码为 js 变量缺少一些数据?

转载 作者:可可西里 更新时间:2023-11-01 13:32:18 24 4
gpt4 key购买 nike

<分区>

我无法从 angularjs 中的 php 数组获取 interview_docs 数据。我尝试了很多 json 编码选项,但没有成功。如何在 js 中获取 interview_docs 数据这是我的数组:

Array(
[id] => 1
[tag] => 2
[title] => Test
[job_submission_id] => 0
[job_id] => 14
[candidate_id] => 55
[mail_to] => test@gmail.com
[cc_to] => test@gmail.com
[interviewer] => test@gmail.com
[interview_type] => 1
[interview_date] => 2017-10-04
[from_time] => 00:00:00
[to_time] => 01:00:00
[to_date] =>
[location] =>
[time_zone] => Asia/Kolkata
[status] => 1
[comments] => dwedfwef
[created_by] => 1
[modified_by] => 1
[created_at] => 2017-10-03 12:21:13
[updated_at] => 2017-10-03 12:21:13
[job_title] => Test
[candidate_name] => New t

[candidates] => Array
(
[id] => 55
[first_name] => New
[last_name] => t
)

[jobs] => Array
(
[id] => 14
[code] => 10
[title] => Test
)

[interview_docs] => Array
(
[0] => Array
(
[id] => 1
[interview_id] => 1
[unique_name] => 2017_10_roa2XKlIDc9gmzmO7TK37rsfuX3YRigqUxbvIYWe.txt
[name] => first.png
)

[1] => Array
(
[id] => 2
[interview_id] => 1
[unique_name] => 2017_10_6RaAm3MU5ZZ1x4l3q8VLYNhUkgvS3v2ljNZVizm1.png
[name] => Screenshot (15).png
)

)

)

当我这样做时: 变量数据 = <?php echo json_encode($array); ?>; 控制台日志(数据); 我明白了

interview_docs:Array(0)
length:0
__proto__:Array(0)

我无法从 angularjs 中的 php 数组获取 interview_docs 数据。我尝试了很多 json 编码选项,但它没有醒来。如何获取 interview_docs 数据

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com