gpt4 book ai didi

c# - 如何在编码模式下将超链接放入标签中?

转载 作者:太空宇宙 更新时间:2023-11-03 20:18:38 25 4
gpt4 key购买 nike

我正在创建一个 BMI 计算器,我想知道当文本编码显示在标签中时如何让用户点击超链接。这是我到目前为止所拥有的。:

else if (bmi >= 35 && bmi <= 40)
{
bodytypetextLabel.Text = "Visit this website. http://www.sears.com/fitness-sports-treadmills/c-1020252";
}

我不确定在“”超链接前面放什么,以便它可以作为运行表单中的超链接供用户在遇到该 BMI 结果时单击。请帮忙。先谢谢你。

最佳答案

试试这段代码:

bodytypetextLabel.Text = "Visit this website <a href=\"http://www.sears.com/fitness-sports-treadmills/c-1020252\">here</a>";

关于c# - 如何在编码模式下将超链接放入标签中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15044170/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com