草庐IT

clientColors

全部标签

在属性上使用 delete 时的 Javascript 对象内存管理

我目前正在编写一个node.js/socket.io应用程序,但这个问题是javascript的一般问题。我有一个关联数组,它为每个客户端连接存储一种颜色。请考虑以下事项:varclientColors=newArray();//Thisexecuteeachnewconnectionsocket.on('connection',function(client){clientColors[client.sessionId]="red";//Thisexecuteeachtimeaclientdisconnectclient.on('disconnect',function(){dele