摘要: <audio preload autoplay loop id="vd"> <source src="/static/audio/hua.mp3" type="audio/mpeg"> </audio> <script> {{-- 音乐--}} window.onload = function(){ 阅读全文
posted @ 2022-02-14 21:51 王越666 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 1: <style> .item { width: 500px; height: 50px; margin: 0 auto; text-align: center; font-size: 30px; color: orange; } strong { background-color: orange 阅读全文
posted @ 2022-02-14 20:12 王越666 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-02-14 19:36 王越666 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 非框架中使用redis实例? 1.就是new出redis对象然后连接,然后键值操作即可 <?php $redis = new redis(); $redis->connect('127.0.0.1', 6379); $result = $redis->set('test',"11111111111" 阅读全文
posted @ 2022-02-14 09:42 王越666 阅读(288) 评论(0) 推荐(0) 编辑