对字符串s=’data-structure’ 执行操作replace(s,substring(s,6,8),’bas’)的结果是()。
A:‘database’
B:‘data-base’
C:‘bas’
D:‘data-basucture’
出自:计算机科学