发布网友 发布时间:2022-04-19 09:56
我来回答
共2个回答
热心网友 时间:2023-07-12 16:48
class() #类型length() #长度或者 str() #看结构。
class(c(1,2,3))length(c(1,2,3,4))