摘要:
我们常常会遇到这样的需求,将数据库中父子结构的表数据导出作为表头 我们实现的开发中就遇到这样的需求:将所有用户的权限表导出,权限作为表头 思路:sql求出每一条权限数据应该跨的行数,在代码中填充这些数据 create or replace function useEasy(mid in nvarch 阅读全文
摘要:
1、复制页面上文字功能 function copyIdCode() { var idcode = document.getElementById("personIdcodeCopy").innerText; var oInput = document.createElement('input'); 阅读全文