隐藏页面特效

随笔分类 -  JavaScript类

摘要:js代码 需要引入<script type="text/javascript" src="static/js/xlsx.core.min.js"></script> //导出excel function toExcel(){ var blob = sheet2blob(XLSX.utils.tabl 阅读全文 »
posted @ 2023-06-03 12:12 彼时听风 阅读(336) 评论(0) 推荐(0) 编辑
摘要:整理了以下数组方法 join() push()和pop() shift() 和 unshift() sort() reverse() concat() slice() splice() indexOf()和 lastIndexOf() (ES5新增) forEach() (ES5新增) map() 阅读全文 »
posted @ 2021-05-05 00:10 彼时听风 阅读(153) 评论(0) 推荐(0) 编辑
摘要:1.typeof(变量);函数 返回数据类型 2.将其他强制转换成String类型 方法一:变量名.toString();该方法不会影响原变量,返回转换结果。(了解) 方法二:String(变量);该方法不会影响原变量,返回转换结果。(重点) 3.将其他类型强制转换成number类型 方法一:Num 阅读全文 »
posted @ 2020-08-12 21:02 彼时听风 阅读(247) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示