設定 code_array 的 setter 成員函數 void Encrypt::set_code_array() { // 設定 a 、 b 值 int a = 3; int b = 5; // 利用公式建立密碼表字串 int x, y, m; char c ...
確定! 回上一頁