zoukankan      html  css  js  c++  java
  • 文字中间加横线效果

  • priceTV.setText("价格:2.00元");   
  • priceTV.getPaint().setFlags(Paint.STRIKE_THRU_TEXT_FLAG);  
查看全文
  • 相关阅读:
    EJB Timer Service is not available. Timers for application with id 95795415990861824 will not be deleted
    MySql数据基本操作sql语句
    python 将字符串转换成字典dict的各种方式总结
    Go语言笔记:struct结构遍历
    golang实现base64编解码
    map赋值前要先初始化:assignment to entry in nil map
    python中 .write 无法向文件写入内容
    python 守护进程
    go语言解析 map[string]interface{} 数据格式
    python虚拟环境--virtualenv
  • 原文地址:https://www.cnblogs.com/tt_mc/p/1802556.html
  • Copyright © 2011-2022 走看看