A. B. C. D.
您編寫下面的代碼段,調用函數(shù)從 Win32 應用程序編程接口 (API),使用平臺調用。 string personName = "N?el"; string msg = "welcome " + personName + "to club"!; bool rc = User32API.MessageBox(0, msg, personName, 0); 您需要定義一個方法原型可以最佳封送字符串數(shù)據(jù)。 您應該使用哪個代碼段?()