d2bin <- function(n) { if(n > 1) { convert_to_binary(as.integer(n/2)) } cat(n %% 2) } d2bin(1000) 轉換二進位. charToRaw()、rawToChar() 文字 ...
確定! 回上一頁