您的位置: 首页 > IT文章 > Razor语法小记 Razor语法小记 分类: IT文章 • 2025-01-28 09:35:49 1、代码块中,<text>标签用来输出,如: @{ <text>sdfsdf</text> } 输出Html: sdfsdf