extern crate winapi; use user32::MessageBoxA; use winapi::winuser::{MB_OK, MB_ICONINFORMATION};. Sử dụng trực tiếp hàm MessageBoxA , hai ...
確定! 回上一頁