随笔分类 - 趣代码
深入研究代码原理,分享其中乐趣
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="IE=edge" > <meta name="viewport" content="width=devic
阅读全文
摘要:项目地址(github ⭐3.5K+):https://github.com/lyswhut/lx-music-mobile 下载地址: 1、网盘下载(网盘内有MAC、windows版):https://www.lanzoui.com/b0bf2cfa/ 密码:glqw(若链接无法打开请百度:蓝奏云
阅读全文
摘要:项目github(⭐8K+): https://github.com/gedoor/legado 软件下载地址:https://cdn.jsdelivr.net/gh/gedoor/release@release/ (国外cdn,可能不稳定) 软件下载地址:https://www.coolapk.c
阅读全文
摘要://忽大忽小闪烁的动画 @keyframes scaleDraw { 0%{ transform: scale(1); } 25%{ transform: scale(1.2); } 50%{ transform: scale(1); } 75%{ transform: scale(1.2); }
阅读全文
摘要:<?php $t_url=$_GET['url']; if(!empty($t_url)) { preg_match('/(http|https):\/\//',$t_url,$matches); if($matches){ $url=$t_url; $title='页面跳转中,请稍候...'; }
阅读全文
摘要:#不想引各种乱七八糟的插件,就想要个弹框。这份代码是你最好的选择!!<!DOCTYPE html> <html> <head> <title>测试自定义弹框</title> </head> <style type="text/css"> .my-toast{ background-color: rg
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文