str.insert(15,1,':'); // to be not to be: that is the question //s.insert(s.it,ch)在s的it指向位置前面插入一个字符ch,返回新插入的位置的迭代器 it = str.insert(str.begin()+5,','); // to be, not to be: that is the question //s.insert(s.it,n,ch)//在s的it所指向位...
insert into tablename(fieldname) values('path')
``` 在这个例子中,我们使用了 format 函数来将两个变量的值插入到字符串中。在 format_spec 中,{} 表示要插入变量的位置,而冒号后面的内容则是变量的值。在这个例子中,我们使用了 str.format() 方法来调用 format 函数。