2020年8月24日

解决UEditor 编辑器遮挡下拉列表等控件

摘要: var ue = UE.getEditor('container',{ zIndex:'0' //设置层级关系 }); 阅读全文

posted @ 2020-08-24 15:52 蔚l来 阅读(374) 评论(0) 推荐(0)

图片上传

摘要: <?php $arr=[]; if ($_FILES) { if ($_FILES['file']['type'] == 'file/png' || $_FILES['file']['type'] == 'file/jpg' || $_FILES['file']['type'] == 'file/j 阅读全文

posted @ 2020-08-24 15:47 蔚l来 阅读(107) 评论(0) 推荐(0)

导航