val=pow(2,1000),请用一行代码返回val结果的长度值 A、len(str(val));B、len(pow(2,1000));C、len(val);D、length(str(val)) 发布时间:2024-09-25 15:59:21