For example, I want to convert string [] STR = {“4”, “5”, “6”} into a string of “'4 ',' 5 ',' 6 '”. In this way, I can use SQL query: select ...
確定! 回上一頁