This commit is contained in:
2025-12-31 00:19:29 +08:00
parent 34051feb87
commit 91e0fe8940
12 changed files with 569 additions and 66 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ $data = [
'name' => '张三',
'email' => 'zhangsan@example.com',
'age' => 28,
'skills' => ['PHP', 'JavaScript', 'MySQL', 'Redis'],
'skills' => ['PHP', 'JavaScript', 'MySQL', 'NoSql'],
'posts' => [
[
'title' => 'Blade 模板引擎介绍',