📜  如何在 html 代码示例中包含破折号

📅  最后修改于: 2022-03-11 14:53:01.910000             🧑  作者: Mango

代码示例1
To display a dash on browser, uses in html "—" , "—." 
or Unicode numeric entity of U+2014. eg. ajmal—the—developer instead
ajmal-the-developer. -keepCoding:)