onmousedown; onmouseup; oncontextmenu. 用法: 在HTML中: <element onmouseup="myScript">; 在JavaScript中: object.onmouseup = function(){myScript};
確定! 回上一頁