enum Bool { True, False, FileNotFound } let value = Bool.FileNotFound;. will compile to this JavaScript: var Bool; (function ...
確定! 回上一頁