在IDEA中使用JDBC获取数据库连接时,有时会报错Sat Dec 19 19:32:18 CST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by defa…
var tds = document.getElementsByClassName("dv1")[0].children console.log(tds) 因为class可以重复使用,所以class获取到的是一个数组,如果想用class找儿子,就必须加上索引值, var a = document.getElementById("test").children;id具有唯一性,所以可以直接通过id找儿子…