摘要:
select * from table where target_text like "3";等价于select * from table where target_text = "3";查找出来的都是target_text 为 3 的数据select * from table where t... 阅读全文
posted @ 2015-11-09 16:24 huhuuu 阅读(916) 评论(0) 推荐(0)
|
|||
|
摘要:
select * from table where target_text like "3";等价于select * from table where target_text = "3";查找出来的都是target_text 为 3 的数据select * from table where t... 阅读全文
posted @ 2015-11-09 16:24 huhuuu 阅读(916) 评论(0) 推荐(0)
摘要:
{"quality":"B"A"D"}实际上要value.replace("\"","\\\"")也就是{"quality":"B\"A\"D"}就可以了 阅读全文
posted @ 2015-11-09 15:01 huhuuu 阅读(11391) 评论(0) 推荐(1) |
|||