📄 exceptionstest.mof
字号:
class ExceptionsTestClass{ [key, read] string listName;};class FirstClass:ExceptionsTestClass { [key, read] Uint16 Id; [read, write] string Message;};class SecondClass:ExceptionsTestClass{ [key, read] Uint8 Srno; [read, write] string Name;};class ThirdClass:ExceptionsTestClass{ [read, write] string CName;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -