csdn的方法: 

1,点击引用,调用JavaScript方法,在下面的文本框中显示出 “【Quote】【/Qoute】” 
2,点击提交回复,后台将 “【Quote】【/Qoute】”内的内容转化为html代码。 
3,生成页面,将“【Quote】【/Qoute】”转化为html。 


也就是从 

【Quote=引用标题】 
引用内容 
【/Qoute】 

转换为 

<fieldset> 
<legend>引用标题 </legend> 
引用内容 
</fieldset> 

相关文章:

  • 2021-08-15
  • 2021-06-12
  • 2021-08-24
  • 2021-11-28
  • 2022-02-16
  • 2021-12-08
  • 2021-06-12
  • 2022-12-23
猜你喜欢
  • 2021-07-14
  • 2022-12-23
  • 2022-01-21
  • 2021-07-26
  • 2022-12-23
  • 2021-10-23
相关资源
相似解决方案