摘要:
1.客户区:指的是当前窗口 2.如果页面使用母版页得到的X,Y轴坐标和不使用母版页得到的X,Y轴坐标不相同 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->var hovertipMouseX; var hovertipMouseY; func... 阅读全文
摘要:
// 老大走了,一个时代结束了。。。 From: Bill Gates Sent: 28 June 2008 01:40 To: Microsoft - All Employees (QBDG) Subject: My last full-time day at Microsoft I want to share some thoughts on my last day as a full-... 阅读全文
摘要:
var txt="We are the so-called "Vikings" from the north." document.write(txt) 才开始总认为这样的话输出的就是We are the so-called "Vikings" from the north.其实并不是这样,输出的是We are the so-called 因为无论单引号还是双引号都是成对出现的,只是简单的匹配,他... 阅读全文