论坛
Firefox 桌面版
Firefox for Android
附加组件
RSS
搜索
登录
注册
shenyixin99的个人空间
访问量
1
新鲜事
帖子
资料
https://www.firefox.net.cn/index.php?m=space&uid=30127
一个困扰了我很久的js,求高手来帮忙
var test_arr = [];test_arr['a'] = {name:"name one"};test_arr['b'] = {name:"name two"};//把test_arr[...
全文
回复
(
3
)
2011-01-21 21:57
来自版块 -
Firefox 扩展、插件、脚本和样式
◆
◆
表情
告诉我的粉丝
提 交
shenyixin99
:
确实用 delete test_arr['a']可以,十分感谢
(2011-01-21 21:57)
回复
hzhbest
:
好像数组的调用是 “array[index_number]” 这样的吧? 像 “test_arr[1]” 就是数组 test_arr 的第二个项。 但像 “test_arr['a']” 这样的,是对象来的,得用楼上的代码删除,或者 “delete te...
(2011-01-21 21:57)
回复
slimx
:
delete test_arr['a']
(2011-01-21 21:57)
回复
shenyixin99
加关注
写私信
0
关注
0
粉丝
318
帖子
返回顶部