JavaScript String bold() 方法
定義和用法
String bold() 在 JavaScript 中已被棄用。
請避免使用它。
它可能隨時停止在您的瀏覽器中運行。
bold()
方法返回嵌入在 <b> 標記中的字符串:
<b>string</b>
語法
string.bold()
參數
無參數。
返回值
<b> 標簽中嵌入的字符串。
String bold() 在 JavaScript 中已被棄用。
請避免使用它。
它可能隨時停止在您的瀏覽器中運行。
bold()
方法返回嵌入在 <b> 標記中的字符串:
<b>string</b>
string.bold()
無參數。
<b> 標簽中嵌入的字符串。