javascript實現與後端相同的枚舉Enum對象

1 ; 2 (function (global, undefined) { 3 4 global.Enum = function (namesToValues) { 5 var enumeration = function () { 6 throw "can't Instantiate Enumerations"; 7
相關文章
相關標籤/搜索