2009-04-10 117 views

回答

9

如果你生產的HTML,然後格式化使用HTML:

<b>bold</b> <u>underline</u> <strong>strong</strong> 

...或CSS:

<span style="font-weight:bold;text-decoration:underline;"> 
    bold underlined 
</span> 
+0

好,它的工作原理,非常感謝 – 2009-04-10 08:56:58

相關問題