09 2020 档案

摘要:国内安装Brew: /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 原文链接:https://zhuanlan.zhihu.com/p/111014448 阅读全文
posted @ 2020-09-21 10:48 冬-青 阅读(127) 评论(0) 推荐(0)
摘要:这是一个测试的三维数组: $arr = [ [ [ 'name' => 'zhangsan', 'age' => 16 ], [ 'name' => 'lisi', 'age' => 17 ], [ 'name' => 'wangwu', 'age' => 15 ], ],[ [ 'name' => 阅读全文
posted @ 2020-09-15 15:07 冬-青 阅读(282) 评论(0) 推荐(0)