請在命令提示字元或者虛擬終端機下執行以下指令(請記得安裝Ruby)ruby -e "32.times{|y|print\" \"*(31-y);(y+1).times{|x|print\" #{~y&x==0?\"A\":\".\"}\"};puts}"