android 注释常用标签

javadoc:    

{@link ActivityGroup}   链接到包、类;    

{@link #setContentView} 用#链接到类成员;    

@return View The current View with focus or null.    

@see android.view.Window#getCurrentFocus   

  @param intent The new intent that was started for the activity.    

@throws android.content.ActivityNotFoundException

 

html:    

<ul> 定义无序列表;    

<li> 定义列表中的子项;    

<p>  标记一个段落,段落间有空行;    

<ol> 定义有序列表;    

<a href="#Fragments">Fragments</a> 指定链接目标;    

<div>定义块状元素的数据容器;    

<h3> 设置标题,从1到6字体越来越小;  

<em> 强调标签,斜体显示;   

<b>  设置标签内字体为粗体;   

 <pre>预格式化文本容器,保留代码中的文本格式;    

<code>变成等宽字体,代表源代码;    

<i>  设置斜体

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。