我有以下字符串:
s = 'JSON, XML, XLS, XLSX, CSV, TSV'
我想将其转换为末尾带有“ and”的符号。是否只能在最后一次出现某件事时执行replace
操作,例如:
s.replace(', ', ', and ', -1)
==>
'JSON, XML, XLS, XLSX, CSV, and TSV'
答案 0 :(得分:0)
COPY nginx/default.conf /etc/nginx/conf.d/default.conf