2015-10-09 73 views

回答

1

在html區域(靜態內容)中,您可以使用常規html。所以,你可以做的東西一樣(在HTML區域源):

<b>Click here:</b> <a href="http://stackoverflow.com/">Stackoverflow</a> 

,它會顯示爲一個鏈接

enter image description here

enter image description here

相關問題