201012072006[PHP] explode - 切割字串並放入Array陣列中 ?Programming. $string = "11 22 33 44 55 66"; // " " 為要切割的基準點 $output = explode(" ", $string);
確定! 回上一頁