永发信息网

php文件中html代码问题,有悬赏。

答案:1  悬赏:80  手机版
解决时间 2021-07-21 14:01
  • 提问者网友:回忆在搜索
  • 2021-07-20 21:54

今天去下载了discuz7.0,可是我打开代码时怎么没有html代码。都是php代码。这是怎么回事呀?discuz其他也是完全没有html代码。请问这是为什么呀?好晕

discuz首页代码是:

<?php

define('CURSCRIPT', 'index');

require_once './include/common.inc.php';


if($indextype) {
$op = empty($op) ? (!empty($_DCOOKIE['indextype']) ? $_DCOOKIE['indextype'] : $indextype) : $op;
$indexfile = in_array($op, array('classics', 'feeds')) ? $op : 'classics';
dsetcookie('indextype', $indexfile, 604800);
} else {
$indexfile = 'classics';
}

if($indexfile == 'classics' || !empty($gid)) {
require_once DISCUZ_ROOT.'./include/index_classics.inc.php';
} elseif($indexfile == 'feeds') {
require_once DISCUZ_ROOT.'./include/index_feeds.inc.php';
} else {
showmessage('undefined_action');
}

?>

最佳答案
  • 五星知识达人网友:污到你湿
  • 2021-07-20 22:49
DZ采用的是MVC开发模式,html代码都被分离示图区
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯