所以当我将它粘贴在Multi_line String中的Python代码中时,我有一个HTML文件,它在使用KWargs **时给了我一个KeyError'\ n'。
所以html文件是这样的:
services.AddDbContext<RelaxationDbContext>(options =>
options.UseSqlServer(Configuration.GetConnectionString("RelaxationDbContext")));
services.AddIdentity<User, AppIdentityRole>()
.AddEntityFrameworkStores<RelaxationDbContext>()
.AddDefaultTokenProviders()
.AddErrorDescriber<FrenchIdentityErrorDescriber>();
Python代码,它给出了错误:
<style>
body{
some-css:10px;
}
</style>
<body>
<h1>{param1}</h1>
<h2>{param2}</h2>
</body>