04 2018 档案
摘要:/* shadeClose 类型:Boolean 默认:true,是否点击遮罩时关闭层 */ var tishi = layer.open({ shadeClose: false ,type: 2 ,content: '发布中...' }); //最后数据加载完 让 loading层消失 //lay
阅读全文
摘要:hello 测试onclick 测试id 点击事件 Item 1 Item 2 Item 3 点击这里 新闻 1 ...
阅读全文
摘要://删除空格 和 回车 function trimall($str){ $oldchar=array(""," ","\t","\n","\r"); $newchar=array("","","","",""); return str_replace($oldchar,$newchar,$str); }
阅读全文
摘要:hello --> 首页 电话 邮件 设置 打电话 ...
阅读全文
摘要:hello 小M 发布于2016-06-30 15:30 ...
阅读全文
摘要:hello 展示进度条 Range ...
阅读全文
摘要:hello Item 1 11 Item 211 Item 322 Item 4 33 ...
阅读全文
摘要:hello 点击测试信息框 点击测试询问框 点击测试对话框 用户名 ...
阅读全文
摘要:html js function.php
阅读全文
摘要:hello 1 2 运动 篮球 获取复选框的值 运动 篮球 获取多选框的值 ...
阅读全文
摘要:建议:先看一下MUI注意事项 连接:http://ask.dcloud.net.cn/article/122 固定栏靠前 所谓的固定栏,也就是带有.mui-bar属性的节点,都是基于fixed定位的元素; 常见组件包括:顶部导航栏(.mui-bar-nav)、底部工具条(.mui-bar-foote
阅读全文
摘要:/** * 验证18位身份证(计算方式在百度百科有) * @param string $id 身份证 * return boolean */ function check_identity($id='') { $set = array(7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2); $ver = array('1','0','x','9','...
阅读全文