博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
不理解,如果有高手看到了,请帮忙解答,谢谢啦~
阅读量:5297 次
发布时间:2019-06-14

本文共 7448 字,大约阅读时间需要 24 分钟。

例1:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>菜鸟教程(runoob.com)</title>
</head>
<body>
<p> constructor 属性返回变量或对象的构造函数。</p>
<p id="demo"></p>
<script>
var a=[1,2,3,4];
document.getElementById("demo").innerHTML =
"john".constructor + "<br>" +
(3.14).constructor + "<br>" +
false.constructor + "<br>" +
"b".constructor+"<br>"+
a.constructor + "<br>" +
typeof a.constructor + "<br>" +
a.constructor.toString()+"<br>"+
typeof a.constructor.toString()+"<br>"+
a.constructor.toString().indexOf("Array")+"<br>"+
typeof a.constructor.toString().indexOf("Array")+"<br>"+
//a.constructor.toString().indexOf("Array") > -1+"<br>"+
//typeof a.constructor.toString().indexOf("Array") > -1+"<br>"+
{name:'john', age:34}.constructor + "<br>" +
new Date().constructor + "<br>" +
function () {}.constructor;
</script>
</body>
</html>
例1结果:
constructor 属性返回变量或对象的构造函数。
function String() { [native code] }
function Number() { [native code] }
function Boolean() { [native code] }
function String() { [native code] }
function Array() { [native code] }
function
function Array() { [native code] }
string
9
number
function Object() { [native code] }
function Date() { [native code] }
function Function() { [native code] }
例2:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>菜鸟教程(runoob.com)</title>
</head>
<body>
<p> constructor 属性返回变量或对象的构造函数。</p>
<p id="demo"></p>
<script>
var a=[1,2,3,4];
document.getElementById("demo").innerHTML =
"john".constructor + "<br>" +
(3.14).constructor + "<br>" +
false.constructor + "<br>" +
"b".constructor+"<br>"+
a.constructor + "<br>" +
typeof a.constructor + "<br>" +
a.constructor.toString()+"<br>"+
typeof a.constructor.toString()+"<br>"+
a.constructor.toString().indexOf("Array")+"<br>"+
typeof a.constructor.toString().indexOf("Array")+"<br>"+
a.constructor.toString().indexOf("Array") > -1+"<br>"+
//typeof a.constructor.toString().indexOf("Array") > -1+"<br>"+
{name:'john', age:34}.constructor + "<br>" +
new Date().constructor + "<br>" +
function () {}.constructor;
</script>
</body>
</html>
例2 结果:
constructor 属性返回变量或对象的构造函数。
true
例3:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>菜鸟教程(runoob.com)</title>
</head>
<body>
<p> constructor 属性返回变量或对象的构造函数。</p>
<p id="demo"></p>
<script>
var a=[1,2,3,4];
document.getElementById("demo").innerHTML =
"john".constructor + "<br>" +
(3.14).constructor + "<br>" +
false.constructor + "<br>" +
"b".constructor+"<br>"+
a.constructor + "<br>" +
typeof a.constructor + "<br>" +
a.constructor.toString()+"<br>"+
typeof a.constructor.toString()+"<br>"+
a.constructor.toString().indexOf("Array")+"<br>"+
typeof a.constructor.toString().indexOf("Array")+"<br>"+
a.constructor.toString().indexOf("Array") > -1+"<br>"+
typeof a.constructor.toString().indexOf("Array") > -1+"<br>"+
{name:'john', age:34}.constructor + "<br>" +
new Date().constructor + "<br>" +
function () {}.constructor;
</script>
</body>
</html>
例3结果:
constructor 属性返回变量或对象的构造函数。
false
例4:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>菜鸟教程(runoob.com)</title>
</head>
<body>
<p> constructor 属性返回变量或对象的构造函数。</p>
<p id="demo"></p>
<script>
var a=[1,2,3,4];
document.getElementById("demo").innerHTML =
"john".constructor + "<br>" +
(3.14).constructor + "<br>" +
false.constructor + "<br>" +
"b".constructor+"<br>"+
a.constructor + "<br>" +
typeof a.constructor + "<br>" +
a.constructor.toString()+"<br>"+
typeof a.constructor.toString()+"<br>"+
a.constructor.toString().indexOf("Array")+"<br>"+
typeof a.constructor.toString().indexOf("Array")+"<br>"+
//a.constructor.toString().indexOf("Array") > -1+"<br>"+
typeof a.constructor.toString().indexOf("Array") > -1+"<br>"+
{name:'john', age:34}.constructor + "<br>" +
new Date().constructor + "<br>" +
function () {}.constructor;
</script>
</body>
</html>
例4结果:
constructor 属性返回变量或对象的构造函数。
true
例5:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>菜鸟教程(runoob.com)</title>
</head>
<body>
<p> constructor 属性返回变量或对象的构造函数。</p>
<p id="demo"></p>
<script>
var a=[1,2,3,4];
document.getElementById("demo").innerHTML =
"john".constructor + "<br>" +
(3.14).constructor + "<br>" +
false.constructor + "<br>" +
"b".constructor+"<br>"+
a.constructor + "<br>" +
typeof a.constructor + "<br>" +
a.constructor.toString()+"<br>"+
typeof a.constructor.toString()+"<br>"+
a.constructor.toString().indexOf("Array")+"<br>"+
typeof a.constructor.toString().indexOf("Array")+"<br>"+
a.constructor.toString().indexOf("Array") > -1+"<br>"+
{name:'john', age:34}.constructor + "<br>" +
new Date().constructor + "<br>" +
function () {}.constructor+"<br>"+
typeof a.constructor.toString().indexOf("Array") > -1;
</script>
</body>
</html>
例5结果:
constructor 属性返回变量或对象的构造函数。
true
例6:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>菜鸟教程(runoob.com)</title>
</head>
<body>
<p> constructor 属性返回变量或对象的构造函数。</p>
<p id="demo"></p>
<script>
var a=[1,2,3,4];
document.getElementById("demo").innerHTML =
typeof a.constructor.toString().indexOf("Array") > -1+"<br>"+;
"john".constructor + "<br>" +
(3.14).constructor + "<br>" +
false.constructor + "<br>" +
"b".constructor+"<br>"+
a.constructor + "<br>" +
typeof a.constructor + "<br>" +
a.constructor.toString()+"<br>"+
typeof a.constructor.toString()+"<br>"+
a.constructor.toString().indexOf("Array")+"<br>"+
typeof a.constructor.toString().indexOf("Array")+"<br>"+
a.constructor.toString().indexOf("Array") > -1+"<br>"+
{name:'john', age:34}.constructor + "<br>" +
new Date().constructor + "<br>" +
function () {}.constructor;
</script>
</body>
</html>
例6结果:
constructor 属性返回变量或对象的构造函数。
例7:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>菜鸟教程(runoob.com)</title>
</head>
<body>
<p> constructor 属性返回变量或对象的构造函数。</p>
<p id="demo"></p>
<script>
var a=[1,2,3,4];
document.getElementById("demo").innerHTML =
typeof a.constructor.toString().indexOf("Array") > -1+"<br>"+
"john".constructor + "<br>" +
(3.14).constructor + "<br>" +
false.constructor + "<br>" +
"b".constructor+"<br>"+
a.constructor + "<br>" +
typeof a.constructor + "<br>" +
a.constructor.toString()+"<br>"+
typeof a.constructor.toString()+"<br>"+
a.constructor.toString().indexOf("Array")+"<br>"+
typeof a.constructor.toString().indexOf("Array")+"<br>"+
a.constructor.toString().indexOf("Array") > -1+"<br>"+
{name:'john', age:34}.constructor + "<br>" +
new Date().constructor + "<br>" +
function () {}.constructor;
</script>
</body>
</html>
例7结果:
constructor 属性返回变量或对象的构造函数。
false
例8:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>菜鸟教程(runoob.com)</title>
</head>
<body>
<p> constructor 属性返回变量或对象的构造函数。</p>
<p id="demo"></p>
<script>
var a=[1,2,3,4];
document.getElementById("demo").innerHTML =
typeof a.constructor.toString().indexOf("Array") > -1+"<br>"+
"john".constructor + "<br>" +
(3.14).constructor + "<br>" +
false.constructor + "<br>" +
"b".constructor+"<br>"+
a.constructor + "<br>" +
typeof a.constructor + "<br>" +
a.constructor.toString()+"<br>"+
typeof a.constructor.toString()+"<br>"+
a.constructor.toString().indexOf("Array")+"<br>"+
typeof a.constructor.toString().indexOf("Array")+"<br>"+
//a.constructor.toString().indexOf("Array") > -1+"<br>"+
{name:'john', age:34}.constructor + "<br>" +
new Date().constructor + "<br>" +
function () {}.constructor;
</script>
</body>
</html>
例8结果:
constructor 属性返回变量或对象的构造函数。
true
问题:(typeof a.constructor.toString().indexOf("Array")) > -1 的摆放位置决定了最后的结果,该句只有放在最后的时候,输出才是true,其它位置都是false,为什么?

转载于:https://www.cnblogs.com/cyy-13/p/5760260.html

你可能感兴趣的文章
对 HTTP 304 的理解
查看>>
深入理解css中的margin属性
查看>>
C++ 删除字符串的两种实现方式
查看>>
电容选型
查看>>
ORA-01502: 索引'P_ABCD.PK_WEB_BASE'或这类索引的分区处于不可用状态
查看>>
Spring EL hello world实例
查看>>
百度地图API地理位置和坐标转换
查看>>
MyBatis学习总结(六)——调用存储过程
查看>>
code-代码平台服务器路径
查看>>
离线安装 Visual Studio Express 而不下载整个镜像文件的方法(转载)
查看>>
2017-2018-2偏微分方程复习题解析10
查看>>
Java抽象类和接口的比较
查看>>
iOS UI控件5-UIPickerView
查看>>
素数筛选法
查看>>
php连接postgresql数据库
查看>>
移动应用开发选型:向左还是向右?
查看>>
开发进度一
查看>>
十天冲刺(6)
查看>>
MyBaits学习
查看>>
管道,数据共享,进程池
查看>>