c#中 application.startuppath的一个问题

2024年11月23日 08:15
有1个网友回答
网友(1):

const string 是固定常量,

Application.StartupPath 是变量

您在前面把const去掉就行