敲击简单的图片加文字(tp5.1)
image.html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>image</title>
</head>
<body>
<div>
<img src="/index/image/image" style="width: 100%" />
</div>
</body>
</html>
];
Image.php
<?php
namespace app\index\controller;
use think\Request;
use think\Controller;
class Image extends Controller{
public $image;