var e=ev||event; e.cancelBubble=true; document.documentElement html document.body body [所以写的时候一定要加document.documentElement.scrollTop] e.clientX;//鼠标在可视取中的x坐标. e.clientY//鼠标在可是去中的y坐标. //不兼容[不用] e.pageX;//鼠标在页面中的x坐标. e.page…
/** * Created by city--online on 16/3/9. */ //console.time()和console.timeEnd()输出中间代码的执行时间(注意:time和timeEnd的参数必须完全一致) console.time("hello"); console.log("hello world"); //依次序输出所有字符串 console.log("%s","Hello" ,"Wor…
<!DOCTYPE html> <html> <head> <title> 事件</title> <script type="text/javascript"> function count(){ var fnum=document.getElementById("txt1").value;//获取第一个输入框的值 var snum=document.getElementById("t…