Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ldqk authored Apr 15, 2020
1 parent c182322 commit 698e3ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,11 @@ public override Post SavePost(Post t)
return t;
}
```
### 38.敏感信息掩码
```csharp
"13123456789".Mask(); // 131****5678
"[email protected]".MaskEmail(); // a****[email protected]
```

# Asp.Net MVC和Asp.Net Core的支持断点续传和多线程下载的ResumeFileResult

Expand Down

0 comments on commit 698e3ea

Please sign in to comment.