在线名词解释大全
专业、全面、易懂的全领域名词百科

用vi打开一个文件,如何用字母"new"来代替字母"old"

题型:单选题
选项
A. :s/old/new/g
B. :s/old/new 
C. :1,$s/old/new/g 
D. :r/old/new
正确答案: