-2
<?php
$arr1=array("jol","pop","hari","john");//the array count is not limited to 4
$arr2=array('germany','america','holland','america');
?>
現在我要鏈接混亂
Name: jol(1),pop(2),hari(3),john(2)
Address:germany(1),america(2),holland(3)
我們得到的名稱爲pop(2)
和john(2)
,因爲兩者都是同一個國家
你是如何聯繫起來? – Rob
你想完成什麼? –
約爾(1)儘量說約爾是從德國等 – vusan