指南 参考 源代码
public class | 源代码

字符串

继承

src/data-types.js~ABSTRACT → 字符串

直接子类

字符

字符串 可变长度字符串

构造函数摘要

公有构造函数
public

constructor(length: number, binary: boolean)

公有构造函数

public constructor(length: number, binary: boolean) source

参数

名称类型属性描述
length number
  • 可选
  • 默认值: 255

字符串长度

binary boolean
  • 可选
  • 默认值: false

是否是二进制?