array
(
[0] => array
(
[sequence] => 2
[id] => 2045104
[listname] => mytest1
[contactcount] => 0
[createddate] => jan 15, 2014
[modifieddate] => jan 15, 2014
[permissionpasslist] => 0
[is_importing] => 0
[list_audited] => 1
[list_description] => mytest1
[is_master_unsubscribe] => 0
[enctoken] => 4gcr%2fappm0i%2bu2bszjyvrslsl%2bsrf4finusdcoae4ga%3d
[allow_delete] => 1
[list_import_v3] => 0
)
[1] => array
(
[sequence] => 3
[id] => 2045102
[listname] => mytest
[contactcount] => 0
[createddate] => jan 15, 2014
[modifieddate] => jan 15, 2014
[permissionpasslist] => 0
[is_importing] => 0
[list_audited] => 1
[list_description] => mytest
[is_master_unsubscribe] => 0
[enctoken] => 4gcr%2fappm0i%2bu2bszjyvrslsl%2bsrf4fil0xegswwd4u%3d
[allow_delete] => 1
[list_import_v3] => 0
)
)
=======================================================================
array
(
[0] => array
(
[sequence] => 1
[id] => 2045111
[listname] => mytest2
[contactcount] => 0
[createddate] => jan 15, 2014
[modifieddate] => jan 15, 2014
[permissionpasslist] => 0
[is_importing] => 0
[list_audited] => 1
[list_description] => mytest2
[is_master_unsubscribe] => 0
[enctoken] => 4gcr%2fappm0i%2bu2bszjyvrulqt%2bbakozdyp3jth6e3%2bq%3d
[allow_delete] => 1
[list_import_v3] => 0
)
[1] => array
(
[sequence] => 2
[id] => 2045104
[listname] => mytest1
[contactcount] => 0
[createddate] => jan 15, 2014
[modifieddate] => jan 15, 2014
[permissionpasslist] => 0
[is_importing] => 0
[list_audited] => 1
[list_description] => mytest1
[is_master_unsubscribe] => 0
[enctoken] => 4gcr%2fappm0i%2bu2bszjyvrslsl%2bsrf4finusdcoae4ga%3d
[allow_delete] => 1
[list_import_v3] => 0
)
[2] => array
(
[sequence] => 3
[id] => 2045102
[listname] => mytest
[contactcount] => 0
[createddate] => jan 15, 2014
[modifieddate] => jan 15, 2014
[permissionpasslist] => 0
[is_importing] => 0
[list_audited] => 1
[list_description] => mytest
[is_master_unsubscribe] => 0
[enctoken] => 4gcr%2fappm0i%2bu2bszjyvrslsl%2bsrf4fil0xegswwd4u%3d
[allow_delete] => 1
[list_import_v3] => 0
)
)
我第一次只有两条数据打印出来的数组是横线上的数组,我第二次有三条数据是横线下的数组。第一次取的是下标为0的数据,第二次取下标为1的数据,第三次取下标为2的数据,以此类推,我怎么取
回复讨论(解决方案) 你用什么来表示次数呢?
这个问题以前碰到过
收藏了,先看看什么情况