- 博客(4)
- 收藏
- 关注
原创 获取界面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 1979
原创 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 6083
原创 纯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 528
原创 文件上传功能(控制文件类型、多文件上传、获取文件内容及文件名称)
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 1280
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人