R 語言的輸出:cat() print() paste() 輸入:scan() readline() ... x=3 print(x) paste("x=",x) cat("x=",x) cat("x=",x,sep = "") #預設的分隔符是 ...
確定! 回上一頁