590 lines
70 KiB
HTML
590 lines
70 KiB
HTML
|
|
||
|
<div id="sina_keyword_ad_area2" class="articalContent ">
|
||
|
<div STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: verdana, 'ms song', 宋体, Arial, 微软雅黑, Helvetica, sans-serif; font-size: 12px; line-height: 18px; text-align: left; background-color: rgb(255, 255, 255);">
|
||
|
<p STYLE="margin-top: 0px; margin-right: auto; margin-bottom: 1.2em; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; font-size: 1.2em; letter-spacing: 1px;">
|
||
|
在VS2010中新建一个MVC3项目可以看出与以往的MVC2发生了很明显的变化<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
<img TITLE="" BORDER="0" ALT="image" src="http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" real_src ="http://images.cnblogs.com/cnblogs_com/highend/201104/201104090855101726.png" STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-style: initial; border-color: initial; border-style: initial; border-color: initial; display: inline;" />
|
||
|
</P>
|
||
|
<h5 STYLE="margin-top: 15px; margin-right: auto; margin-bottom: 2px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1.1em; color: rgb(0, 128, 255);">
|
||
|
1.ASP.NET MVC3必要的运行环境为.NET 4.0 (想在3.5用MVC3,没门!)</H5>
|
||
|
<h5 STYLE="margin-top: 15px; margin-right: auto; margin-bottom: 2px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1.1em; color: rgb(0, 128, 255);">
|
||
|
2.默认MVC3模板项目已集成</H5>
|
||
|
<p STYLE="margin-top: 0px; margin-right: auto; margin-bottom: 1.2em; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; font-size: 1.2em; letter-spacing: 1px;">
|
||
|
<img TITLE="" BORDER="0" ALT="image" src="http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" real_src ="http://images.cnblogs.com/cnblogs_com/highend/201104/201104090855174994.png" STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-style: initial; border-color: initial; border-style: initial; border-color: initial; display: inline;" /></P>
|
||
|
<h5 STYLE="margin-top: 15px; margin-right: auto; margin-bottom: 2px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1.1em; color: rgb(0, 128, 255);">
|
||
|
3.全新的Razor视图引擎</H5>
|
||
|
<div STYLE="margin-top: 20px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px; line-height: 12pt; background-color: rgb(244, 244, 244); width: 650px; font-family: 'Courier new', courier, monospace; direction: ltr; height: 200px; max-height: 260px; font-size: 9pt; overflow-x: auto; overflow-y: auto; cursor: text; border-top-color: silver; border-right-color: silver; border-bottom-color: silver; border-left-color: silver; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-image: initial;">
|
||
|
<div STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 12pt; width: 650px; font-family: 'Courier new', courier, monospace; direction: ltr; font-size: 8pt; overflow-x: visible; overflow-y: visible; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;">
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@{
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
ViewBag.Title = "Home Page";
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
}
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<wbr>
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"><</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">h2</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>@ViewBag.Message<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"></</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">h2</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"><</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">p</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
To learn more about ASP.NET MVC visit
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"><</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">a</SPAN> <span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 0, 0);">href</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;">="<a HREF="http://asp.net/mvc">http://asp.net/mvc</A>"</SPAN></SPAN> <span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 0, 0);">title</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">="ASP.NET MVC Website"</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;"> <a HREF="http://asp.net/mvc">http://asp.net/mvc</A></SPAN>
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"></</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">a</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>.
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@ServerInfo.GetHtml()
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"></</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">p</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>
|
||
|
</PRE></DIV>
|
||
|
</DIV>
|
||
|
<h5 STYLE="margin-top: 15px; margin-right: auto; margin-bottom: 2px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1.1em; color: rgb(0, 128, 255);">
|
||
|
4. 关于所有带"_"开头的文档</H5>
|
||
|
<p STYLE="margin-top: 0px; margin-right: auto; margin-bottom: 1.2em; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; line-height: 1.5em; font-size: 1.2em; letter-spacing: 1px;">
|
||
|
ASP.NET
|
||
|
MVC3默认情况下会拒绝所有访问地址以"_"开头的_*.cshtml文档.关于_*.cshtml文档,其实他是WebPages中的一部分,稍后将会详细介绍该以"_"文档的使用说明.<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;">
|
||
|
例如访问 <wbr><a HREF="http://localhost:7985/_ViewPage1.cshtml">http://localhost:7985/_ViewPage1.cshtml</A></SPAN><br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
<img TITLE="" BORDER="0" ALT="image" src="http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" real_src ="http://images.cnblogs.com/cnblogs_com/highend/201104/201104090855194112.png" STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-style: initial; border-color: initial; border-style: initial; border-color: initial; display: inline;" /></P>
|
||
|
<h3 STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 18px; padding-right: 0px; padding-bottom: 18px; padding-left: 0px; font-size: 1.5em; color: rgb(0, 128, 255);">
|
||
|
II:Razor视图引擎-基础语法</H3>
|
||
|
<p STYLE="margin-top: 0px; margin-right: auto; margin-bottom: 1.2em; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; font-size: 1.2em; letter-spacing: 1px;">
|
||
|
<b STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;">
|
||
|
-基础-</B></P>
|
||
|
<p STYLE="margin-top: 0px; margin-right: auto; margin-bottom: 1.2em; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; line-height: 1.5em; font-size: 1.2em; letter-spacing: 1px;">
|
||
|
所有以 @开头 或 @{ } <wbr> (在@与{直接不得添加任何空格)
|
||
|
的部分代码都会被ASP.NET引擎进行处理.<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
在 @{ } 内的代码每一行都必须以";"结束,如<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
@{<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
<wbr> <wbr> <wbr> var i =
|
||
|
10;<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
<wbr> <wbr> <wbr> var y =
|
||
|
20;<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
}<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
而 @xxx 则不需要以";"作为结束符,如 <wbr><br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
@i 输出 10<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
@y; 输出 20;<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
<strong STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;">
|
||
|
<span COLOR="#FF0000" STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 0, 0);">
|
||
|
代码区内字母分大小写.<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
</SPAN></STRONG>字符类型常量必须用""括起例如: @{ string str = "my string";
|
||
|
}<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
<b STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;">
|
||
|
-注意-</B></P>
|
||
|
<p STYLE="margin-top: 0px; margin-right: auto; margin-bottom: 1.2em; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; line-height: 1.5em; font-size: 1.2em; letter-spacing: 1px;">
|
||
|
如需要在页面输出”@”字符<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
可以使用HTML ASCII编码&#64;<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
当然Razor也提供智能分析功能:
|
||
|
如果在@的前一个字符若是非空白字符,则ASP.NET不会对其进行处理 <wbr><br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
如:<p>text@i
|
||
|
xx</p> 输出 text@i xx<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
单行语法:<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
@{ var I = 10; }<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
多行语法:</P>
|
||
|
<div STYLE="margin-top: 20px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px; line-height: 12pt; background-color: rgb(244, 244, 244); width: 650px; font-family: 'Courier new', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow-x: auto; overflow-y: auto; cursor: text; border-top-color: silver; border-right-color: silver; border-bottom-color: silver; border-left-color: silver; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-image: initial;">
|
||
|
<div STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 12pt; width: 650px; font-family: 'Courier new', courier, monospace; direction: ltr; font-size: 8pt; overflow-x: visible; overflow-y: visible; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;">
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@{
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
var I = 10;
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
Var y = 20;
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
}
|
||
|
</PRE></DIV>
|
||
|
</DIV>
|
||
|
<p STYLE="margin-top: 0px; margin-right: auto; margin-bottom: 1.2em; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; font-size: 1.2em; letter-spacing: 1px;">
|
||
|
1. 使用局部变量,Razor不支持访问修饰符(public,private等,这个没任何意义)<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
在单行上定义局部变量<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
@{ var total = 7; }<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
@{ var myMessage = "Hello World";}<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
在多行上定义局部变量</P>
|
||
|
<div STYLE="margin-top: 20px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px; line-height: 12pt; background-color: rgb(244, 244, 244); width: 650px; font-family: 'Courier new', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow-x: auto; overflow-y: auto; cursor: text; border-top-color: silver; border-right-color: silver; border-bottom-color: silver; border-left-color: silver; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-image: initial;">
|
||
|
<div STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 12pt; width: 650px; font-family: 'Courier new', courier, monospace; direction: ltr; font-size: 8pt; overflow-x: visible; overflow-y: visible; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;">
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@{
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
var greeting = "Welcome to our site!";
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
var weekDay = DateTime.Now.DayOfWeek;
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
var greetingMessage = greeting + " Today is: " + weekDay;
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
}
|
||
|
</PRE></DIV>
|
||
|
</DIV>
|
||
|
<p STYLE="margin-top: 0px; margin-right: auto; margin-bottom: 1.2em; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; line-height: 1.5em; font-size: 1.2em; letter-spacing: 1px;">
|
||
|
<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
在上下文中使用变量</P>
|
||
|
<div STYLE="margin-top: 20px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px; line-height: 12pt; background-color: rgb(244, 244, 244); width: 675px; font-family: 'Courier new', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow-x: auto; overflow-y: auto; cursor: text; border-top-color: silver; border-right-color: silver; border-bottom-color: silver; border-left-color: silver; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-image: initial;">
|
||
|
<div STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 12pt; width: 675px; font-family: 'Courier new', courier, monospace; direction: ltr; font-size: 8pt; overflow-x: visible; overflow-y: visible; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;">
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"><</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">p</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>The value of your account is: @total <span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"></</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">p</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"><</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">p</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>The value of myMessage is: @myMessage<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"></</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">p</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>
|
||
|
</PRE></DIV>
|
||
|
</DIV>
|
||
|
<p STYLE="margin-top: 0px; margin-right: auto; margin-bottom: 1.2em; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; line-height: 1.5em; font-size: 1.2em; letter-spacing: 1px;">
|
||
|
<b STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;">
|
||
|
<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
注意</B><b STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;">:</B>变量拼接输出<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
@{ var i = 10; }<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
<p>text @i
|
||
|
text</p> 将输出 text 10 text<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
但是如果你想要输出 text10text 呢?</P>
|
||
|
<div STYLE="margin-top: 20px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px; line-height: 12pt; background-color: rgb(244, 244, 244); width: 675px; font-family: 'Courier new', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow-x: auto; overflow-y: auto; cursor: text; border-top-color: silver; border-right-color: silver; border-bottom-color: silver; border-left-color: silver; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-image: initial;">
|
||
|
<div STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 12pt; width: 675px; font-family: 'Courier new', courier, monospace; direction: ltr; font-size: 8pt; overflow-x: visible; overflow-y: visible; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;">
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"><</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">p</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>text@{@i}text<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"></</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">p</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>即可
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"><</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">p</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>text@i text<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"></</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">p</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN> 将输出 text@i text
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"><</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">p</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>text@itext<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"></</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">p</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN> 将输出 text@itext
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"><</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">p</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>text @itext<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"></</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">p</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN> 将报错
|
||
|
</PRE></DIV>
|
||
|
</DIV>
|
||
|
<p STYLE="margin-top: 0px; margin-right: auto; margin-bottom: 1.2em; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; font-size: 1.2em; letter-spacing: 1px;">
|
||
|
如果是输出的是变量的方法名则不需要用@{}括住也可生效,<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 0, 0);">但注意在@字符前记得加空格(感谢spook指出)</SPAN>如:<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
<p>text
|
||
|
@i.ToString()text</p><br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
使用变量对象可直接写: @var1 @var2 @myObject.xx</P>
|
||
|
<p STYLE="margin-top: 0px; margin-right: auto; margin-bottom: 1.2em; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; font-size: 1.2em; letter-spacing: 1px;">
|
||
|
2. 使用逻辑处理</P>
|
||
|
<div STYLE="margin-top: 20px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px; line-height: 12pt; background-color: rgb(244, 244, 244); width: 675px; font-family: 'Courier new', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow-x: auto; overflow-y: auto; cursor: text; border-top-color: silver; border-right-color: silver; border-bottom-color: silver; border-left-color: silver; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-image: initial;">
|
||
|
<div STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 12pt; width: 675px; font-family: 'Courier new', courier, monospace; direction: ltr; font-size: 8pt; overflow-x: visible; overflow-y: visible; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;">
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@{
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
if (xx)
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
{
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
//do something
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
}
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
else
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
{
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
//do anything
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
}
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
}
|
||
|
</PRE></DIV>
|
||
|
</DIV>
|
||
|
<p STYLE="margin-top: 0px; margin-right: auto; margin-bottom: 1.2em; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; font-size: 1.2em; letter-spacing: 1px;">
|
||
|
3. 在@{... }内部使用html标记</P>
|
||
|
<div STYLE="margin-top: 20px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px; line-height: 12pt; background-color: rgb(244, 244, 244); width: 675px; font-family: 'Courier new', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow-x: auto; overflow-y: auto; cursor: text; border-top-color: silver; border-right-color: silver; border-bottom-color: silver; border-left-color: silver; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-image: initial;">
|
||
|
<div STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 12pt; width: 675px; font-family: 'Courier new', courier, monospace; direction: ltr; font-size: 8pt; overflow-x: visible; overflow-y: visible; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;">
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@{
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"><</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">p</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>text<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"></</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">P</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"><</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">div</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>div1<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"></</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">div</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
}
|
||
|
</PRE></DIV>
|
||
|
</DIV>
|
||
|
<p STYLE="margin-top: 0px; margin-right: auto; margin-bottom: 1.2em; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; font-size: 1.2em; letter-spacing: 1px;">
|
||
|
4. 在@{...}内部输出文本<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
利用@:进行单行输出:</P>
|
||
|
<div STYLE="margin-top: 20px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px; line-height: 12pt; background-color: rgb(244, 244, 244); width: 675px; font-family: 'Courier new', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow-x: auto; overflow-y: auto; cursor: text; border-top-color: silver; border-right-color: silver; border-bottom-color: silver; border-left-color: silver; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-image: initial;">
|
||
|
<div STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 12pt; width: 675px; font-family: 'Courier new', courier, monospace; direction: ltr; font-size: 8pt; overflow-x: visible; overflow-y: visible; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;">
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@{
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@:This is some text
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@:This is text too
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@:@i 也可输出变量
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
}
|
||
|
</PRE></DIV>
|
||
|
</DIV>
|
||
|
<p STYLE="margin-top: 0px; margin-right: auto; margin-bottom: 1.2em; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; font-size: 1.2em; letter-spacing: 1px;">
|
||
|
利用<text />进行多行输出:</P>
|
||
|
<div STYLE="margin-top: 20px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px; line-height: 12pt; background-color: rgb(244, 244, 244); width: 675px; font-family: 'Courier new', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow-x: auto; overflow-y: auto; cursor: text; border-top-color: silver; border-right-color: silver; border-bottom-color: silver; border-left-color: silver; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-image: initial;">
|
||
|
<div STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 12pt; width: 675px; font-family: 'Courier new', courier, monospace; direction: ltr; font-size: 8pt; overflow-x: visible; overflow-y: visible; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;">
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@{
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"><</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">text</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
tomorrow is good
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
some girl is nice
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"></</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">text</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN>
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
}
|
||
|
</PRE></DIV>
|
||
|
</DIV>
|
||
|
<p STYLE="margin-top: 0px; margin-right: auto; margin-bottom: 1.2em; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; font-size: 1.2em; letter-spacing: 1px;">
|
||
|
5. 在@{...}内部使用注释</P>
|
||
|
<div STYLE="margin-top: 20px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px; line-height: 12pt; background-color: rgb(244, 244, 244); width: 675px; font-family: 'Courier new', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow-x: auto; overflow-y: auto; cursor: text; border-top-color: silver; border-right-color: silver; border-bottom-color: silver; border-left-color: silver; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-image: initial;">
|
||
|
<div STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 12pt; width: 658px; font-family: 'Courier new', courier, monospace; direction: ltr; font-size: 8pt; overflow-x: visible; overflow-y: visible; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;">
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@{
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
//单行注释
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
var i = 10;
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
//defg
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
}
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<wbr>
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@* 多行注释 *@
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@*
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
多行注释
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
多行注释
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
*@
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<wbr>
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<wbr>
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@{
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@*
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
多行注释
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
多行注释
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
*@
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
var i = 10; @* asdfasf *@
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
}
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<wbr>
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 128, 0);"><!-- 同时也可以使用C#默认的 --></SPAN>
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<wbr>
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@{
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
}
|
||
|
</PRE></DIV>
|
||
|
</DIV>
|
||
|
<p STYLE="margin-top: 0px; margin-right: auto; margin-bottom: 1.2em; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; font-size: 1.2em; letter-spacing: 1px;">
|
||
|
若在@{ ... }内部使用<!--
|
||
|
-->注释,则会输出到页面之中,如果在<!--
|
||
|
-->内部使用@变量,则会被处理<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
@{<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
<!-- time now: @DateTime.Now.ToString()
|
||
|
--><br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
}<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
输出: <!-- time now: 4/9/2011 12:01
|
||
|
-->></P>
|
||
|
<p STYLE="margin-top: 0px; margin-right: auto; margin-bottom: 1.2em; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; font-size: 1.2em; letter-spacing: 1px;">
|
||
|
6. 类型转换<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
AsInt(), IsInt()<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
AsBool(),IsBool()<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
AsFloat(),IsFloat()<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
AsDecimal(),IsDecimal()<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
AsDateTime(),IsDateTime()<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
ToString()<br STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;" />
|
||
|
|
||
|
例子:</P>
|
||
|
<div STYLE="margin-top: 20px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px; line-height: 12pt; background-color: rgb(244, 244, 244); width: 675px; font-family: 'Courier new', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow-x: auto; overflow-y: auto; cursor: text; border-top-color: silver; border-right-color: silver; border-bottom-color: silver; border-left-color: silver; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-image: initial;">
|
||
|
<div STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 12pt; width: 675px; font-family: 'Courier new', courier, monospace; direction: ltr; font-size: 8pt; overflow-x: visible; overflow-y: visible; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;">
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@{
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
var i = “10”;
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
}
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<wbr>
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"><</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">p</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN> i = @i.AsInt() <span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"></</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(128, 0, 0);">p</SPAN><span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);">></SPAN> <span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 128, 0);"><!-- 输出 i = 10 --></SPAN>
|
||
|
</PRE></DIV>
|
||
|
</DIV>
|
||
|
<p STYLE="margin-top: 0px; margin-right: auto; margin-bottom: 1.2em; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; font-size: 1.2em; letter-spacing: 1px;">
|
||
|
7. 使用循环</P>
|
||
|
<div STYLE="margin-top: 20px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px; line-height: 12pt; background-color: rgb(244, 244, 244); width: 675px; font-family: 'Courier new', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow-x: auto; overflow-y: auto; cursor: text; border-top-color: silver; border-right-color: silver; border-bottom-color: silver; border-left-color: silver; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-image: initial;">
|
||
|
<div STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 12pt; width: 658px; font-family: 'Courier new', courier, monospace; direction: ltr; font-size: 8pt; overflow-x: visible; overflow-y: visible; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;">
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 128, 0);"><!--方式1--></SPAN>
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@for (int i = 10; i <span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"><</SPAN> 11; i++)
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
{
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@:@i
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
}
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 128, 0);"><!--方式2--></SPAN>
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
@{
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
for (int i = 10; i <span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 255);"><</SPAN> 11; i++)
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
{
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
//do something
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
}
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
}
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<wbr>
|
||
|
</PRE>
|
||
|
<pre STYLE="margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre-wrap; word-wrap: break-word;">
|
||
|
|
||
|
<span STYLE="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 128, 0);"><!--while同理--></SPAN>
|
||
|
</PRE></DIV>
|
||
|
</DIV>
|
||
|
<p STYLE="margin-top: 0px; margin-right: auto; margin-bottom: 1.2em; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.5em; font-size: 1.2em; letter-spacing: 1px;">
|
||
|
到此结束!呼呼</P>
|
||
|
</DIV>
|
||
|
<div STYLE="margin-top: 10px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 12px; text-align: left; background-color: rgb(255, 255, 255);">
|
||
|
<div STYLE="font-family: verdana, 'ms song', 宋体, Arial, 微软雅黑, Helvetica, sans-serif; line-height: 18px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;">
|
||
|
声明: 本文版权归<a HREF="http://www.cnblogs.com/highend/">作者</A>和博客园共有,转载必须保留此段声明。</DIV>
|
||
|
<div STYLE="font-family: verdana, 'ms song', 宋体, Arial, 微软雅黑, Helvetica, sans-serif; line-height: 18px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;">
|
||
|
原文网址:<a HREF="http://www.cnblogs.com/highend/archive/2011/04/09/2010100.html">http://www.cnblogs.com/highend/archive/2011/04/09/2010100.html</A></DIV>
|
||
|
</DIV>
|
||
|
</div>
|