length 属性

int? length

实现

int? get length native;
void length=(int? value)

实现

set length(int? value) native;