给图片批量改名程序源码
闲来无事,写的小东东,仅供各位参考 private void button1_Click(object sender, EventArgs e) { int fileNum; string newFileName = this.txtFilePre.Text.ToString(); string[] fileName; string path = (this.txtFilePath.Text.ToString().Trim()); stri
下载地址
用户评论