单项选择题

判断判断侧滑菜单是否显示的代码为()。

A.mui(’.mui-off-canvas-wrap’).offCanvas().isShown(’left’)
B.mui(’.mui-off-canvas-wrap’).offCanvas().isShown()
C.mui(’.mui-off-canvas-wrap’).offCanvas().show()
D.mui(’.mui-off-canvas-wrap’).offCanvas().show(’left’)