如何设置html <a> inside a json object?

时间:2016-01-05 15:31:12

标签: javascript html json

I'm creating a json object. How to make this :

{
  "paragraphe_with_link"  : "hello, click <a href="myPage.html">here</a> to visit my page"
}

I want to have a simple sentence with clickable "here" in blue standard color, how to do that with json object please ?

Thank you

0 个答案:

没有答案