使用方法:替换Toolblock的C#完整脚本,遍历输入项做为数据保存为.csvToolblock输入:必须包含两个String输入项:Path:保存文件的目录路径(如:"C:\Data")Filename:文件名前缀(如:"InspectionData")#region namespace imports
using System;
using System.Collections;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
u...阅读全文 »