功能篇
文章平均质量分 78
Baymini0801
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
纯css--开关按钮
HTML 结构:<div class="toggle-button-wrapper"> <input type="checkbox" id="toggle-button" name="switch"> <label for="toggle-button" class="button-label">原创 2018-05-03 11:00:19 · 598 阅读 · 0 评论 -
文件上传功能(控制文件类型、多文件上传、获取文件内容及文件名称)
HTML部分<!--文件上传 --><p class="txt-content-title"><span>文件上传:</span></p><form method="post" name="Form2" id="Form2" enctype="multipart/f原创 2018-04-27 16:39:37 · 1349 阅读 · 0 评论 -
bootstrap拓展:radio按钮,纯css
HTML结构:<div style="width:500px;height:100px;boorder:1px solid #ccc;text-align:center;margin:10px auto;"> <div class="radio-custom radio-primary" style="float:left;"> <input...原创 2018-05-14 09:53:00 · 6209 阅读 · 0 评论 -
获取界面url中“?”符号之后的字符串
<Script language="javascript"> function getRequest() { var url = location.search; //获取url中"?"符后的字串 var theRequest = new Object(); if (url.indexOf("?") != -1) { ...原创 2018-05-16 09:16:32 · 2068 阅读 · 0 评论
分享