String sql = "update recentsongtab set usetime=? , strdatetime=? where songid=?";//修改的SQL语句
db.execSQL(sql,new String[]{usetime,strDateTime,songid});//执行修改

相关文章:

  • 2021-05-16
  • 2022-12-23
  • 2021-11-19
  • 2021-08-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-15
  • 2021-06-09
  • 2021-11-25
  • 2022-02-16
  • 2022-02-02
相关资源
相似解决方案