当前位置: 答题翼 > 问答 > 大学本科 > 正文
目录: 标题| 题干| 答案| 搜索| 相关
问题

将文本中所有的stu替换为Student 下面哪些做法是可行的()。


将文本中所有的stu替换为Student,下面哪些做法是可行的()。

A、:1,$s/stu/Student/gc

B、:1,$s/stu/Student

C、:1,Ns/stu/Student

D、:0,$s/stu/Student/g

参考答案
您可能感兴趣的试题
  • 根据SQL标准,要查询表student中所有年龄age小于所有学生的平均年龄的记录,下面哪条语句适用?()

  • 根据SQL标准,要删除表student中所有数据,但不将表student的定义一起删除,下面哪个语句可以适用

  • 在当前工作表已选中的B2:Bl0单元格区域中,将字号为14内容为“lucy”的所有单元格的内容替换为“露西

  • 若有以下定义的语句 struct student { int age; int num; }; struct student stu[3]={{1001 20}

  • 若有以下定义的语句:struct student{ int age; int num;};struct student stu[3]={{1001 20} {10

  • 有以下说明和定义语句 struct student {int age;char num[8]; }; struct student stu[3]={{20 2