gpt4 book ai didi

android - 在 sqlite 错误中插入撇号值

转载 作者:行者123 更新时间:2023-11-30 04:20:05 24 4
gpt4 key购买 nike

我无法在 sqlite 中插入撇号字符。我试过这种方式,论坛上很多人说的是用“''”替换“'”

String replace=replaceString.replace("'"," ''") but after using this method too gives insert error.

最佳答案

我喜欢用

String replace = replaceString.replace("'","\'");

这会将撇号插入到表中。

关于android - 在 sqlite 错误中插入撇号值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9401777/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com