result = template.format(w = world, c = china, b = beijing, i = imooc)中的“.”是什么作用
不理解怎么用的
你可以理解为调用函数,让template这个对象调用format函数,大多数编程语言里"."都可以这么理解。
对template进行format函数调用
对template执行format操作