软件是一系列按照特定顺序组织的计算机数据和指令的集合。一般来讲软件被划分为编程语言、系统软件、应用软件和介于这两者之间的中间件。硬件是“计算机硬件”的简称。与“软件”相对,电子计算机系统中所有实体部件和设备的统称。 JavaScript要怎么才能检测浏览器的全部信息,其实这一段代码如果自己写的话会很不方便,大家不妨复制下来使用就可以了。
《html》 《body》 《script type=“text/javascript”》 var x = navigator; document.write(“CodeName=” + x.appCodeName); document.write(“《br /》”); document.write(“MinorVersion=” + x.appMinorVersion); document.write(“《br /》”); document.write(“Name=” + x.appName); document.write(“《br /》”); document.write(“Version=” + x.appVersion); document.write(“《br /》”); document.write(“CookieEnabled=” + x.cookieEnabled); document.write(“《br /》”); CodeName=Mozilla MinorVersion=0 Name=Microsoft Internet Explorer Version=4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET4.0C; .NET4.0E; Maxthon 2.0) CookieEnabled=true CPUClass=x86 OnLine=true Platform=Win32 UA=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET4.0C; .NET4.0E; Maxthon 2.0) BrowserLanguage=zh-cn SystemLanguage=zh-cn UserLanguage=zh-cn document.write(“CPUClass=” + x.cpuClass); document.write(“《br /》”); document.write(“OnLine=” + x.onLine); document.write(“《br /》”); document.write(“Platform=” + x.platform); document.write(“《br /》”); document.write(“UA=” + x.userAgent); document.write(“《br /》”); document.write(“BrowserLanguage=” + x.browserLanguage); document.write(“《br /》”); document.write(“SystemLanguage=” + x.systemLanguage); document.write(“《br /》”); document.write(“UserLanguage=” + x.userLanguage); 《/script》 《/body》 《/html》 硬件是实在的,有模有样的。软件是程序性的。是一系列的指令。有了软件,硬件才会实现更丰富的功能。 |
温馨提示:喜欢本站的话,请收藏一下本站!