PHP——字符串
摘要:
"; //$array = explode("|",$s);拆分字符串,返回一个字符串的数组 *** $str1="aaaa|bbb|cc|d"; $array1=explode("|",$str1); print_r($array1); echo ""; ... 阅读全文
posted @ 2016-01-23 23:45 Chen_s 阅读(257) 评论(0) 推荐(0)
posted @ 2016-01-23 23:45 Chen_s 阅读(257) 评论(0) 推荐(0)
posted @ 2016-01-23 23:07 Chen_s 阅读(328) 评论(0) 推荐(0)
posted @ 2016-01-23 21:59 Chen_s 阅读(199) 评论(0) 推荐(0)
posted @ 2016-01-23 21:47 Chen_s 阅读(205) 评论(0) 推荐(0)