
批處理如何替換文本中的指定字符串最后由 pcl_test 于 -12-9 11:38本人是菜鳥,希望大家多多包涵先謝謝了。:求一個批量文本內(nèi)容替換,而且是批量文件;例子: (defunc:tt()(set (read (vl-list->string '(97)))(getpoint ))(set (read (vl-list->string '(102)))(getpoint ))(command pline a f ))希望把: vl-list->string內(nèi)容替換為:abs結(jié)果(defunc:tt()(set (read (abs '(97)))(getpoint ))(set (read (abs '(102)))(getpoint ))(command pline a f )

