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> 设置斜体
时间: 2024-10-14 10:00:56