Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwuxin committed Jan 7, 2025
1 parent c19c04b commit f6f8379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ DUMPER_TOKEN = 令牌值

然后 在代码中使用助手函数`d`输出变量调试
```
d($var...)
dump($var...)
```

调试内容会在
https://developer.topthink.com/thinkphp/dumper 中显示

如果没有设置令牌,则`d`函数只会在本地输出调试内容(效果类似于`dump`函数)
如果没有设置令牌或远程打印页面没有打开,则`dump`函数只会在本地输出调试内容

> 请放心,变量内容不会经过服务器,只会保存在本地浏览器,并且可以随时清除。

0 comments on commit f6f8379

Please sign in to comment.