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>  设置斜体

相关文章:

  • 2022-02-08
  • 2021-06-13
  • 2021-10-14
  • 2022-02-08
  • 2022-02-08
  • 2021-10-16
  • 2021-10-16
  • 2021-09-07
猜你喜欢
  • 2022-12-23
  • 2021-11-18
  • 2021-10-25
  • 2022-02-15
  • 2022-12-23
  • 2021-10-16
  • 2021-08-03
相关资源
相似解决方案