var template1="我是{0},今年{1}了"; var template2="我是{name},今年{age}了"; var result1=template1.format("loogn",22); var result2=template1.format({name:"loogn",age:22});
添加回答
举报
0/150
提交
取消