摘要:
// JavaScript Documentdocument.write("") function showtip(w){ var x=event.x; var y=event.y; tip.innerHTML=w; tip.style.visibility="visible"; tip.style.left=x+10; tip.style.pixelTop=y+document.body.s... 阅读全文
posted @ 2007-02-09 00:26 且行且思 阅读(3120) 评论(1) 推荐(0)