# Javascript

## 使用技巧

### 生成随机字符串

```javascript
Math.random().toString(32).substring(2)
```
