Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@

## <a name='comments'>注释</a>

```
- 使用 `/** ... */` 进行多行注释,包括描述,指定类型以及参数值和返回值

```javascript
Expand Down Expand Up @@ -592,7 +593,7 @@
}
```

**[[⬆]](#TOC)**
**[[⬆]](#TOC)**


## <a name='whitespace'>空白</a>
Expand Down Expand Up @@ -1324,5 +1325,3 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

**[[⬆]](#TOC)**

# };