报错显示 System.TypeLoadException: Could not resolve type with token 01000080 from typeref (expected class ICSharpCode.SharpZipLib.Zip.UseZip64 in assembly ICSharpCode.SharpZipLib, Version0.86.0.518, Cultureneutral, PublicKeyToken1b03e6acf1164f73) at NPOI.…
一、使用 %
name 第一帅
print(我是宇宙无敌天下%s % name)
age 18
print(我是宇宙无敌天下%s,我今年%d岁%(name,age))
price 5.99print(白心火龙果单价是%.1f元一斤%price)二、使用 format
在字符串中,使用{ }进行占位,然后在字符串后…