每日学习20210924

1.Uncaught TypeError: upload is not a function at HTMLInputElement.onchange
js 中标签的id名称不能和方法名一样,
我定义了一个按钮的id与javascript的方法名一样,所以找不到这个方法名
2.javascript提交数据前进行确认
https://jingyan.baidu.com/article/455a9950f6daf2e06727781b.html
3.mysql三表连接sql语句
https://www.bbsmax.com/A/1O5Evejad7/
4.查询mysql数据中最后一条数据
select * from table order by id DESC limit 1

posted @ 2021-09-25 00:32  见怪见外  阅读(25)  评论(0编辑  收藏  举报