中英
字符串常量
  • 简明
  • 1
    字符串常量:指在编程中使用的固定文本值,通常用引号括起来表示。
  • 网络释义
  • 专业释义
短语
查看更多
  • 双语例句
  • 1
    它用于诸如字符常量和类之类的对象。
    It's used for objects such as string constants and classes.
  • 2
    具有相同值的字符常量是由 VM 规范保证使用同一个实例的。
    Strings constants with the same value are guaranteed by the VM specification to use the same instance.
  • 3
    对于Unicode数据库,您应使用主机变量来代替字符常量
    For a Unicode database, you should use host variables instead of using string constants.
查看更多
  • 百科
  • 字符串常量

    定义:用双引号(“”)括起来的0个或者多个字符组成的序列 存储:每个字符串尾自动加一个 ‘\0’ 作为字符串结束标志

查看更多