# 函數
## onmousedown
## e || event
## body
## clientWidth
## client
## document.onmouseup
onmouseup 事件會在鼠標按鍵被松開時發生。
## srcElement
對于生成事件的 Window 對象、Document 對象或 Element 對象的引用。
## tarnameb
## releaseCapture
## srcElement
## setCapture
## document.getElementById
## window.onload
## onmousemove
```
document.onmousemove
```
## &&
`e || window.event`
`tarnameb = e.target || e.srcElement;`