08 2020 档案

摘要:function test(){ alert("123") var xhr = new XMLHttpRequest();//发送异步请求 var url='/efficiency/web/selectDeptByCity'; xhr.open("POST",url,true); var deptc 阅读全文
posted @ 2020-08-18 17:26 代码界的绵绵雨 阅读(279) 评论(0) 推荐(0)
摘要:/*设置滚动属性*/tbody { display: block; max-height: 400px; overflow-y: scroll;}/*设置头与内容自动对齐*/table thead,tfoot,tbody tr { display: table; width: 100%; table 阅读全文
posted @ 2020-08-10 11:32 代码界的绵绵雨 阅读(1336) 评论(0) 推荐(0)