【发布时间】:2015-07-31 11:21:10
【问题描述】:
我想像这样在 textview 中设置 html 文本:
<a href="?id=1>Toast id1</a>hello there <a href="?id=2>Toast id2</a>
hello there <a href="?id=3> Toast id3</a>
我想在单击具有不同 id(查询字符串)的不同链接后显示不同的 toast。
【问题讨论】:
-
那么你尝试了什么呢?
标签: android html textview android-webview android-toast