摘要: <?php $firstname = "Bill"; $lastname = "Gates"; $age = "60"; $result = compact("firstname", "lastname", "age"); print_r($result); ?> Array ( [firstnam 阅读全文
posted @ 2019-07-18 12:00 戈丫汝 阅读(472) 评论(0) 推荐(0) 编辑