jquery;调试崩溃
我一直使用:
print'<pre>';
print_r($var);
print'</pre>';
来调试 php。
我想
[params] => JRegistry Object
(
[data:protected] => stdClass Object
(
[show_title] =>
[link_titles] =>
[show_intro] =>
用 jquery折叠这棵树
All time I use:
print'<pre>';
print_r($var);
print'</pre>';
to debug php.
I want to collapse this tree
[params] => JRegistry Object
(
[data:protected] => stdClass Object
(
[show_title] =>
[link_titles] =>
[show_intro] =>
with jquery
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我使用 Kint ,非常棒。要使用它,只需输入:
屏幕截图:
(来源:github.io)
I use Kint which is Excellent. To use it, just type :
Screenshot:
(source: github.io)
尝试一下 Krumo - http://krumo.sourceforge.net/
Give Krumo a try - http://krumo.sourceforge.net/