随笔分类 - HTML DEMO
一些小模板
重写alert弹窗
摘要:效果图: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>重写alert弹窗</title> </head> <body> <script> // window.alert = alert; // function alert(
阅读全文
js轮播图
摘要:1.如需修改宽高,直接修改js里面的宽度、高度初始值即可 效果图: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>轮播图</title> <style> * { margin: 0; padding: 0; } a { tex
阅读全文
浙公网安备 33010602011771号