<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">
<title></title>
</head>

<body>
<input type="button" name="" >

var Jsan = {
'arr': [1, 2, 3, 4, 56, 7, 8, 9],
'jasn1': {
'a': '456456456'
}
}
alert(Jsan['arr'][3]);
alert(Jsan.arr[3])


</script>

</body>

</html>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
  • 2021-11-07
  • 2021-12-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2023-01-18
  • 2022-02-17
  • 2022-12-23
  • 2022-12-23
  • 2022-01-23
相关资源
相似解决方案