记忆

Results 1 issues of 记忆

非常感谢能提供这么方便的工具,但是我在调试sql的时候发现直接alert除了日志格式错误,请问这是什么原因呢?我直接拿demo中的测试也是这样。其他都可以正常输出。是因为对sql的explain只支持TP和OneThink吗?希望能解答下,再次感谢! ![image](https://cloud.githubusercontent.com/assets/8382195/11831217/7037ccfa-a3e7-11e5-8c26-c1def8ebcd21.png) //调试sql $link=mysql_connect( 'localhost:3306' , 'root' , '' , true ) ; mysql_select_db('test',$link); $sql="SELECT\* FROM `user`"; slog($sql,$link);