运维网's Archiver
论坛
›
Shell/Powershell
› 用shell编程实现打印九九乘法表
Mei笑D小妞
发表于 2018-8-28 09:39:10
用shell编程实现打印九九乘法表
方法1,写一个for循环:
#!/bin/bash
echo "This is the multiple table."for((i=1;i
页:
[1]
查看完整版本:
用shell编程实现打印九九乘法表