Category: web

  • 看到一个php的极简写法很好看

    <?phpinclude ‘view.php’;$title = ‘文档标题’;$a=array(‘a’=>’rows’,’b’=>array(‘c’=>’inarray’));include show(‘index’);?> <html><head><title>{title}</title><meta http-equiv=”Content-Type” content=”text/html;charset=utf-8″/></head><body>你好,仅供参考<br/>{a.a}{a.b.c}<br/>{foreach a:$v}{autoindex}.{v}<br/>{/foreach}</body></html>{include:footer}

  • 用php写了个图床相关的

    最近不是都说微博图床404了,我这么多年丢了好多文件,突然觉得有个图床也不错,写了个能用的,用qq空间里的图片和微博图片测试还可以具体如下 https://wx4.sinaimg.cn/large/005JCY4Qgy1hiz6pd1jozj30v916341q.jpg 下面直接插入,效果如下: 按我写的功能插入,如下: