suchen

Heim  >  Fragen und Antworten  >  Hauptteil

在php中,$string = 123; 与 $string = "123"; 不加引号和加引号区别是什么?

橱窗的光橱窗的光2908 Tage vor1099

Antworte allen(2)Ich werde antworten

  • 数据分析师

    数据分析师2017-09-30 22:45:15

    在php中,$string = 123; 与 $string = "123"; 不加引号和加引号区别是什么?-PHP中文网问答-在php中,$string = 123; 与 $string = "123"; 不加引号和加引号区别是什么?-PHP中文网问答

    围观一下哦,学习一下。

    Antwort
    0
  • 迷茫

    迷茫2016-12-17 11:55:03

    不加引号,是数字类型,说明$string这个变量的值是数字类型123,加上引号,是字符串

    Antwort
    0
  • StornierenAntwort