string[] 版號 = Application.ProductVersion.Split('.'); string 版本 = 版號[0] + "." + 版號[1] + "." + 版號[2];...
請先 登入 以發表留言。