js-object引用示例
Posted 一生不过烟花
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了js-object引用示例相关的知识,希望对你有一定的参考价值。
function displayInfo(args){
var output="";
if(typeof args.name == "string"){
output += "Name: " + args.name + "\n";
}
if(typeof args.age == "number"){
output += "Age: " + args.age + "\n";
}
alert(output);
}
<a href="javascript:displayInfo({name:‘baraka‘,age:24});">一</a>
<a href="javascript:displayInfo({name:‘Tom‘});">二</a>
以上是关于js-object引用示例的主要内容,如果未能解决你的问题,请参考以下文章
Using $this when not in object context in