摘要:
1、calc: 启动计算器 2、notepad: 打开记事本 3、write: 写字板 4、mspaint: 画图板 5、snippingtool:截图工具,支持无规则截图 6、mplayer2: 简易widnows media player 7、Sndvol: 音量控制程序 8、osk: 打开屏幕 阅读全文
posted @ 2020-09-11 15:52
南柯Dream丶
阅读(404)
评论(0)
推荐(0)
摘要:
1.数组交集 普通数组 1 const arr1 = [1, 2, 3, 4, 5, 8, 9], arr2 = [5, 6, 7, 8, 9]; 2 const intersection = arr1.filter(val => arr2.indexOf(val) > -1) 3 console. 阅读全文
posted @ 2020-09-11 15:17
南柯Dream丶
阅读(209)
评论(0)
推荐(0)

浙公网安备 33010602011771号