Loading...
添加方法首先在主题的 functions.php 文件里加入以下统计代码;//加载耗时 function timer_start() { global $timestart; $mtime = explode( ' ', microtime() ); $timestart = $mtime[1] + $mtime[0]; ...
出现问题的文档 现已经修复在我升级Handsome到7.3.1的时候,偶然发现可以设置 vditor.js于是就设置了问题是这样子的最初的时候是这样的经过...