脚本专栏 发布日期:2025/1/11 浏览次数:1
实现代码:
awk ‘BEGIN{for(i=1;i<=9;i++) {for(j=1;j<=i;j++) {printf “%d%s%d%s%dt”,j,“*”,i,“=”,i*j;}printf “n”}}'
效果图: