69pao国产精品视频-久久精品一区二区二三区-精品国产精品亚洲一本大道-99国产综合一区久久

C# 實(shí)例 可重復(fù)使用的頭部和底部

c# 實(shí)例

可重復(fù)使用的頭部和底部

<html>
<body>
@renderpage("header.cshtml")
<h1>hello web pages</h1> 
<p>this is a paragraph</p>
@renderpage("footer.cshtml")
</body>
</html>

相關(guān)文章