$a = array("가나", "A", "자장면", 123, "탕수육", 3.14, "군만두", "팔보채"); echo "<pre>\n"; var_dump($a); echo "</pre>\n"; echo ...
確定! 回上一頁