Javascript 中typeof()为object类型的变量才可以添加属性,代码01:intvar a = 10;a.name = "HelloWorld";alert(a.name);输出undefined ...
確定! 回上一頁