格式化输出
format
%type % 占位符 type 跟格式化类型
%s string(即str(val))
%d digest
%f float
%x 16进制
%b binary
%% 转义输出原始 %