我使用 codeigniter 框架,在 chrome 上运行,但在首页显示双引号。
我的控制器调用视图页面。
public function index(){
$this->load->view('dash_main');
}
dash_main.php
<html>
<head>
<title>test</title>
</head>
<body>
Hello World
</body>
</html>
我该如何编辑?
我使用 codeigniter 框架,在 chrome 上运行,但在首页显示双引号。
我的控制器调用视图页面。
public function index(){
$this->load->view('dash_main');
}
dash_main.php
<html>
<head>
<title>test</title>
</head>
<body>
Hello World
</body>
</html>
我该如何编辑?