修飾大結構體的修飾詞可以用public和internal(當前程序集可以用) proticted受保護的,不能再結構體中使用,只能在類中使用,因為結構體是不能繼承的 float類型的浮點數需要加f float a = 0.4f;