摘要: 使用表单中input type=file 上传文件 html php 文件传输的内容 name 为文件名, type 为文件类型 tmp_name 为文件临时路径 error 为错误代码 size 为文件大小单位为b 错误类型如下: 0 :没有错误 1:上传的文件超过了 php.ini 中 uplo 阅读全文
posted @ 2018-06-28 02:18 ❉SSs 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 增加流程 html js php case语句 发起事件 html js php 流程显示与处理 html仅为id为lc_detail的表格 js php 补充: inArray() 判断数组中是否存在某一个数 eg:$.inArray(‘abc’,array) 判断array中是否存在字符串abc 阅读全文
posted @ 2018-06-28 01:44 ❉SSs 阅读(290) 评论(0) 推荐(0) 编辑
摘要: js php的switch中对应的两条case语句 以后要注意的地方: 这里采用的是搜索和页面加载是一体的,当条件为空时,传值为空,sql语句查找出来的数据就是全部数据 阅读全文
posted @ 2018-06-28 00:58 ❉SSs 阅读(724) 评论(0) 推荐(0) 编辑
摘要: html页面仅id为table 的表格 js php 新方法: replaceWith() 方法把被选元素替换为新的内容。 阅读全文
posted @ 2018-06-28 00:38 ❉SSs 阅读(375) 评论(0) 推荐(0) 编辑