单项选择题

A.可以通过__rawget函数忽略元表的__index作用
B.可以通过__rawset函数忽略元表的__newindex作用
C.不可以通过__rawset和__rawget 忽略元表的内置函数