|
报错信息- dedecms Allowed memory size of /include/helpers/string.helper.php
复制代码
根据提示打开- /include/helpers/string.helper.php
复制代码 找到,大概在 121 行,- preg_match_all("/./su", $str, $ar);
复制代码
在它上面加入
- if(strpos($_SERVER['DOCUMENT_URI'],'makehtml') !== false){
- global $id;echo '|'.$id;
- }
复制代码 |
|