PHP程式設計基礎,本篇描述一般常用的陣列用法. ... $test[2]='c'; //將陣列內容印出echo $test[0]; //印出a echo $test[1]; //印出b echo $test[2]; //印出c ...
確定! 回上一頁