• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    asp中向文本框输出数据原样式的函数
    从数据库输出信息时有转换函数,可以将回车空格按原样式输出。这段代码可向文本框原样输出代码。
    复制代码 代码如下:

    Function cc_f_textarea_html_encode(cc_f_t_h_e_str) 
    If Not IsNull(cc_f_t_h_e_str) And cc_f_t_h_e_str > "" Then 
    cc_f_t_h_e_str = Replace(cc_f_t_h_e_str, ">", ">") 
    cc_f_t_h_e_str = Replace(cc_f_t_h_e_str, "", "") 
    cc_f_t_h_e_str = Replace(cc_f_t_h_e_str, CHR(13), "")  
    cc_f_t_h_e_str = Replace(cc_f_t_h_e_str, CHR(10)  CHR(10), vbCrLf) 
    cc_f_t_h_e_str = Replace(cc_f_t_h_e_str, CHR(10), vbCrLf) 
    cc_f_textarea_html_encode = cc_f_t_h_e_str 
    End If 
    End Function 


    上一篇:ASP中利用execute实现动态包含文件的方法
    下一篇:ADODB.Stream组件Charset属性值集合
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    asp中向文本框输出数据原样式的函数 asp,中,向,文本,框,输出,