var uid = 0 function nextUid() { return ++uid }
uid
原文:http://www.cnblogs.com/jzm17173/p/5840243.html