< ⇒⇒⇒ <
> ⇒⇒⇒ >
也就是说在实际显示的时候,<会重新替换成<
例子:
<html>
<body>
<p>You can give this a try below:</p>
<form action="http://google.com/complete/search" method="get"><div>
<input type="text" size="20" name="q" />
<input type="submit" value="Submit" />
<input type="hidden" name="output" value="toolbar" />
</div>
</form>
</body>
</html>
问题:如果想在Blog中显示 <,实际上应该怎么写呢? 看这个帖子的源码吧。
没有评论:
发表评论