Write Typescript UT with Karma & Jasmine
Let’s learn how to write typescript UT with Karma & Jasmine, including the karma introduction, installation, writing typescript UT and run.
Let’s learn how to write typescript UT with Karma & Jasmine, including the karma introduction, installation, writing typescript UT and run.
今天在codewars上尝试解决一个小问题,题目是要求把一行文字里的所有元音字母替换掉,心想这个应该挺简单的吧,一个replaceAll应该就可以了,结果发现JS里面没有带replaceAll这个方法,想通过for循环实现起来效率太低了,于是就google了一下,发现replace方法是支持正则表达式替换的,就是把所有匹配到的结果都替换掉
迅雷的地址是基于base64编码的,首先在原链接的头尾,加上AA和ZZ,然后一起进行base64编码,完成后添加头部thunder://
动画演示 base 64 编码原理, js 实现