摘要: 删除数据和添加数据只能后端操作 删除数据和添加数据都要用到的html(一)部分 一添加后台数据 html部分 上面html(一)部分 和下面一个用来添加数据的表单 (注意表单中action="操作的php路径" ,method, name 一定要写 button为submit形式) 添加后台数据ph 阅读全文
posted @ 2017-05-31 20:33 yaomengli 阅读(1074) 评论(0) 推荐(0) 编辑
摘要: 发送数据 后端接受数据 阅读全文
posted @ 2017-05-31 14:51 yaomengli 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 1. javascript的typeof返回哪些数据类型 返回六大类型 number string object function undefined 例:typeof 37 'number' typeof "str" 'string' typeof true 'boolean' ; typeof 阅读全文
posted @ 2017-05-31 00:00 yaomengli 阅读(147) 评论(0) 推荐(0) 编辑