Commit ece657f0 by jackzhou

显示连接字符串

parent f1002ef5
...@@ -51,17 +51,10 @@ ...@@ -51,17 +51,10 @@
$showContent = $value["declaringClass"] . "." . $value["methodName"] . "(" . $value["fileName"] . ":" . $value["lineNumber"] . ")"; $showContent = $value["declaringClass"] . "." . $value["methodName"] . "(" . $value["fileName"] . ":" . $value["lineNumber"] . ")";
//com.secoo.webview.WebViewFragment.initData(WebViewFragment.java:210) //com.secoo.webview.WebViewFragment.initData(WebViewFragment.java:210)
echo " echo "
<div class=\"track-rcol\"> <div class=txt>
<div class=\"track-list\"> {$showContent}
<ul> </div>
<li class=\"first\"> ";
<div class=txt>
{$showContent}
</div>
</li>
</ul>
</div>
</div>";
} }
/*echo "</tr>";*/ /*echo "</tr>";*/
// } // }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment