最新回答 / 慕哥2059797
<...code...><!DOCTYPE HTML&t;&&t;hhtml &t;&&t;hhead&t;&&t;mmeta http-equiv="Content-Type" content="text/html; charset=utf-8" /&t;&&t;ttitle&t;系系好安全带,准备启航&scr/title&e=" &/jascript type="text/javascript"&t的日 //通过javas...
2015-03-02
<script type="text/javascript">
var numa,numb;
numa=60;
numb=70;
if((numa>=60)&&(numb>=60))
{
document.write("JavaScript考核通过!"+"<br>");
}
else{
document.write("亲,赶紧准备补考费吧");
}
</script>
var numa,numb;
numa=60;
numb=70;
if((numa>=60)&&(numb>=60))
{
document.write("JavaScript考核通过!"+"<br>");
}
else{
document.write("亲,赶紧准备补考费吧");
}
</script>
2015-03-02
http://www.w3school.com.cn/js/js_window_navigator.asp
警告:来自 navigator 对象的信息具有误导性,不应该被用于检测浏览器版本,这是因为:
navigator 数据可被浏览器使用者更改
浏览器无法报告晚于浏览器发布的新操作系统
警告:来自 navigator 对象的信息具有误导性,不应该被用于检测浏览器版本,这是因为:
navigator 数据可被浏览器使用者更改
浏览器无法报告晚于浏览器发布的新操作系统
2015-03-02