摘要:
<audio preload autoplay loop id="vd"> <source src="/static/audio/hua.mp3" type="audio/mpeg"> </audio> <script> {{-- 音乐--}} window.onload = function(){ 阅读全文
摘要:
1: <style> .item { width: 500px; height: 50px; margin: 0 auto; text-align: center; font-size: 30px; color: orange; } strong { background-color: orange 阅读全文
摘要:
阅读全文
摘要:
非框架中使用redis实例? 1.就是new出redis对象然后连接,然后键值操作即可 <?php $redis = new redis(); $redis->connect('127.0.0.1', 6379); $result = $redis->set('test',"11111111111" 阅读全文