问题标签 [const-string]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
61 浏览

c# - 在 C# 中声明“字符串”变量的最佳方法是什么?

我是一名新开发人员,我有两个问题,我进行了研究,但对我来说不是很清楚。

使用“字符串”变量与“字符串”有什么区别?

下面的两个例子有什么区别

string my_example = "title (..)";

const string my_example = "title (..)";