摘要:
一、现有test.sh脚本如下: #!/bin/bash echo "Hello World" echo字符串 需要加引号'''' 方法一: 方法二: sh test.sh拓展名为sh,那么用sh解释执行就可以了 二、for循环打印 #/bin/bash for SCENE in animal bu 阅读全文
摘要:
PLY (Polygon File Format, 多边形文件格式)文件用于存储Geometry Object Data(包括vertices, face and other element顶点/面片/其它属性) 文件格式: Header Vertex List Face List (lists o 阅读全文