implode_ids — 数据转字符串
string implode_ids (mixed $array, [string $s = ','])
implode_ids() 将一个数组转换为以特定分隔符拼接起来的字符串。
分隔符默认是 英文逗号 ”,”