/* 使用系统标准的 makeText()方式来产生Toast信息 */
Toast.makeText(ToastDemo.
this
,
"提示信息"
, Toast.LENGTH_LONG)
.show();