以下哪项函数会导致错误?

以下哪项函数会导致错误?

A.int("034")

B.eval("034")

C.int(3.4)

D.eval("3.4")

正确答案:eval("034")

猜你喜欢