摘要: document.write(navigator.userAgent);document.write('');document.write(navigator.platform);var client = function(){//引擎 var engine = { ie:fal... 阅读全文
posted @ 2014-08-21 20:56 oceanden 阅读(538) 评论(0) 推荐(0)
摘要: window.onload = function(){ document.onkeypress = function(evt){ alert(String.fromCharCode(getCharCode(evt))); }}function getCharCode(evt... 阅读全文
posted @ 2014-08-21 20:53 oceanden 阅读(389) 评论(0) 推荐(0)