- 方便代码的交流和维护。
- 不影响编码的效率,不与大众习惯冲突。
- 使代码更美观、阅读更方便。
- 使代码的逻辑更清晰、更易于理解。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| param ( | |
| [ValidateRange(1, 999999999)] | |
| [int] | |
| $userId, | |
| [ValidateNotNullOrEmpty()] | |
| [string] | |
| $saveDir | |
| ) | |
| #$sessdata = '' |