param string str 需要转换的字符串 ; 待处理字符串
public static string str null 静态变量可以初始化
private string str 定义的私有变量 ; 界说的私有恒量
str String 字符数组 ; 字符串
param str String 原始字符串 ; 字符串
Consider two threads with access to the String STR.
考虑两个线程访问String str。
After you invoke that method on the String STR (str.freeze, STR cannot be modified).
对String str调用该方法(str . freeze)之后,str将不能被修改。
For example, if I have a method called draw (String STR), an overloaded version can have the following form: draw (String STR, int I).
例如,如果有一个名为draw (String str)的方法,那么重载的方法可以有以下形式:draw (String str, int i)。
So STR, which I just typed up there, takes in parens, some input, and it converts it into a string, so that now I can use that John where I was expecting a string. John.
因此STR,也就是,我刚刚输入的,然后把这个输入变更为一个字符串,因此现在我就能,在需要用字符串的地方使用这个对象了。
应用推荐