摘要: 1> list_to_binary(["select * from aa limit","1",",","97"]).>2> list_to_binary(["select * from aa limit",integer_to_list(1),",","97"]).>3> list_to_binary(["select * from aa limit",1,"97"]). >不理 阅读全文
posted @ 2013-12-01 22:31 宁静的天空 阅读(950) 评论(0) 推荐(0)