0
A
回答
1
parent["@attributes"]
,從而:
var parent = { "@attributes" : someObj} ;
console.log(parent["@attributes"]);
在JS,所有屬性名可以用作命名數組元素。大多數(即沒有空格的那些)可以用作裸露的屬性名稱。
var foo = { bar: 1};
foo.bar = 2 // or
foo["bar"] = 2
1
可以使用bracket notation:
var myObject = { '@attributes': 'foo' };
var result = myObject['@attributes']; // foo
相關問題
- 1. 獲取在JavaScript中
- 2. 獲取CurrentMethodName在JavaScript
- 3. 在javascript中獲取文件
- 4. 在javascript中獲取控件
- 5. 在Python中獲取Javascript值
- 6. 獲取元素在JavaScript
- 7. 在Javascript中獲取URL
- 8. 獲取jsondata值在JavaScript
- 9. 獲取數據在Javascript
- 10. 在javascript中獲取textarea值
- 11. 在Javascript中獲取userPrincipal
- 12. 在JavaScript中獲取userinput
- 13. 在javascript中獲取樣式
- 14. 如何獲取在Javascript
- 15. 獲取有關在javascript
- 16. 獲取元素在JavaScript
- 17. 獲取啓動並在Javascript
- 18. 獲取CSS設置在JavaScript
- 19. 獲取與JavaScript
- 20. 獲取的JavaScript
- 21. 獲取JavaScript
- 22. 獲取與JavaScript
- 23. 獲取JavaScript
- 24. 獲取JavaScript
- 25. JavaScript獲取樣式
- 26. 獲取JavaScript對象
- 27. 獲取cookie值(javascript)
- 28. 獲取javascript變量
- 29. 獲取使用Javascript
- 30. 獲取JavaScript對象