A-A+ 要取得字符串变量teststring的长度 以下实现方法中正确的是()。A len(test 2022-08-14 06:56:28 问答库 阅读 201 次 问题详情 要取得字符串变量teststring的长度,以下实现方法中正确的是()。A、len(teststring)B、math.len(teststring)C、String.len(teststring)D、teststring.len 参考答案 参考答案:A