单项选择题

如何定义一个context const()

A.MyContext=createContext()
B.const MyContext=createContext
C.const MyContext=Context
D.都不对