找考题网-背景图
单项选择题

定义数组$stu=array("刘东","女","18"),要得到结果“刘东,女,18”,使用的代码是()

A.explode(",",$stu)
B.implode(",",$stu)
C.explode($stu,",")
D.implode($stu,",")