摘要: <?php namespace app\controller; use app\BaseController; use think\Facade\Db; use app\demo\Model\Aaa; class Index extends BaseController { public funct 阅读全文
posted @ 2022-04-01 19:04 79524795 阅读(191) 评论(0) 推荐(0)
摘要: $DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT']; $fp = fopen($DOCUMENT_ROOT.'/aaa.txt','a'); fwrite($fp,' into notify '); fclose($fp); 阅读全文
posted @ 2022-04-01 09:23 79524795 阅读(67) 评论(0) 推荐(0)