求数组中的对应关系,该如何处理

WBOY
Release: 2016-06-13 12:40:37
Original
1036 people have browsed it

求数组中的对应关系

本帖最后由 lazygc520 于 2013-07-03 12:12:16 编辑
数组1:<br>
Array<br>
(<br>
    [0] => Array<br>
        (<br>
            [cust_no] => 237033AW0A<br>
            [lotno] => 3207<br>
            [lotno_count] => 360<br>
        )<br>
<br>
)<br>
<br>
数组2:<br>
Array<br>
(<br>
[SU13061301033] => Array<br>
        (<br>
            [0] => Array<br>
                (<br>
                    [0] => 2013-06-19 09:00:00<br>
                    [1] => X02B<br>
                    [2] => 237033AW0A<br>
                    [3] => 15<br>
                    [4] => 14<br>
                    [5] => 210<br>
                )<br>
<br>
        )<br>
[SU13061301032] => Array<br>
        (<br>
            [0] => Array<br>
                (<br>
                    [0] => 2013-06-19 09:00:00<br>
                    [1] => X02B<br>
                    [2] => 237033AW0A<br>
                    [3] => 15<br>
                    [4] => 17 <div class="clear">
                 
              
              
        
            </div>
Copy after login
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template